Click or drag to resize
Pdf Library for .NET

PdfPage Properties

The PdfPage type exposes the following members.

Properties
 NameDescription
Public propertyClientRectangle Gets the drawable area of the canvas. The margins, pdf document header and footer are excluded.
(Inherited from PdfCanvas)
Public propertyCustomFooter Represents the custom footer template for the pdf page.
Public propertyCustomHeader Represents the custom header template for the pdf page.
Public propertyDisplayFooter Controls if a custom footer is displayed in the current pdf page.
Public propertyDisplayHeader Controls if a custom header is displayed in the current pdf page.
Public propertyDocument The parent pdf document of the current page.
Public propertyMargins Gets the pdf page margins.
Public propertyOrientation Pdf page orientation.
Public propertyPageIndex The index of the current page in the pdf pages collection.
Public propertyPageSize Gets the pdf page size in points.
Public propertyRotation Pdf page rotation.
Top
See Also