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

C#
public PdfPage( PdfDocument Document, double Width, double Height )
Parameters
- Document
- Type: PdfFileWriterPdfDocument
Parent PDF document object - Width
- Type: SystemDouble
Page width - Height
- Type: SystemDouble
Page height

Width and Height override the default page size
