Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
DynaPDF.GetPageBreakExpression
Queries current page break expression.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
DynaPDF | 11.0 | Yes | Yes | Yes | Yes | Yes |
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns text or error.
Description
Queries current page break expression.Examples
Set and query expression:
Set Variable [ $pdf ; Value: MBS( "DynaPDF.New") ]
# test it
Set Variable [ $r ; Value: MBS( "DynaPDF.SetPageBreakExpression"; $pdf; $expression1 ) ]
Set Variable [ $expression2 ; Value: MBS( "DynaPDF.GetPageBreakExpression"; $pdf ) ]
See also
Blog Entries
Release notes
- Version 11.0
- Added DynaPDF.SetPageBreakExpression and DynaPDF.GetPageBreakExpression to allow custom page breaks and multi column output.
Created 15th December 2020, last changed 11st January 2021
DynaPDF.GetPageBBox - DynaPDF.GetPageCoords
Feedback: Report problem or ask question.

Links
MBS Xojo tutorial videos