Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.GetImportOrientation

Queries orientation for input page.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 3.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetImportOrientation"; PDF; Page )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
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 GetImportOrientation function in DynaPDF manual.

See also

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 18th August 2014


DynaPDF.GetImportFlags2 - DynaPDF.GetImportPDFVersion