Click or drag to resize

PdfPage Properties

The PdfPage type exposes the following members.

Properties
  NameDescription
Public propertyClientRectangle
Gets the drawable area of the renderer. The margins, document header and footer are excluded.
(Inherited from ElementsRenderer.)
Public propertyCustomFooterTemplate
Represents the custom footer template for the page. It will replace the document footer template on this page.
Public propertyCustomHeaderTemplate
Represents the custom header template for the page. It will replace the document header template on this page.
Public propertyCustomLeftTemplate
Represents the custom left template for the page. It will replace the document left template on this page.
Public propertyCustomRightTemplate
Represents the custom right template for the page. It will replace the document right template on this page.
Public propertyDocument
The parent document of this page.
Public propertyMargins
Gets the page margins in points.
Public propertyOrientation
The PDF page orientation.
Public propertyPageIndex
The page index in pages collection.
Public propertyPageSize
Gets the PDF page size in points.
Public propertyRotationAngle
The PDF page rotation angle.
Public propertyShowFooterTemplate
Show footer on this page.
Public propertyShowHeaderTemplate
Show header on this page.
Public propertyShowLeftTemplate
Show document left template on this page.
Public propertyShowRightTemplate
Show document right template on this page.
Top
See Also