See Also Examples Applies To
Sets the next pages orientation of the native pdf created by the PdfNewPdfEx() function.
Syntax
object.PdfSetPageOrientation (nOrientation)
The PdfSetPageOrientation syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nOrientation | Required. Long. The page orientation. 0: Portrait, 1: Landscape (90° rotation). |
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions