PdfPage Constructor (PdfDocument, PaperType, Boolean)

PDF File Writer

PdfPage Constructor (PdfDocument, PaperType, Boolean)

Constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
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.
Remarks
PaperType and orientation override the default page size.
See Also