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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.GetImportOrientation
Queries orientation for input page.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 3.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.GetImportOrientation"; PDF; Page ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| Page | The page index from 0 to DynaPDF.GetImportPageCount-1. | 0 |
Result
Returns OK or error message.
Description
Queries orientation for input page.The function returns the orientation of a specific page within the currently open import file.
If the function succeeds the return value is the orientation of the page in degrees. Possible values are 0, 90, 180, 270, or the same values as negative numbers. If the function fails, it returns an error.
See also
- DynaPDF.GetFieldOrientation
- DynaPDF.GetImportPageCount
- DynaPDF.GetImportPDFVersion
- DynaPDF.GetOrientation
- DynaPDF.New
- DynaPDF.SetFieldOrientation
Example Databases
Blog Entries
Created 18th August 2014, last changed 18th August 2014
DynaPDF.GetImportFlags2 - DynaPDF.GetImportPDFVersion
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins