PDFPageLandscape
A Boolean value that specifies whether to create pages in landscape orientation, when rendering PDF files.
Setting this parameter to true
has the same effect as swapping the values of PDFPageWidthInches and PDFPageHeightInches.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: |
The following configuration produces landscape pages: PDFPageWidthInches=8.5 PDFPageHeightInches=11 PDFPageLandscape=TRUE The following configuration produces an identical result: PDFPageWidthInches=11 PDFPageHeightInches=8.5 PDFPageLandscape=FALSE |
See Also: |