PDF File Writer Class Library - Author Uzi Granot
PdfPage Constructor (PdfDocument, PaperType, Boolean) |
Constructor
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public PdfPage( PdfDocument Document, PaperType PaperType, bool Landscape )
Parameters
- Document
- Type: PdfFileWriterPdfDocument
Parent PDF document object - PaperType
- Type: PdfFileWriterPaperType
Paper type - Landscape
- Type: SystemBoolean
If Lanscape is true, width and height are swapped.

PaperType and orientation override the default page size.
