Click or drag to resize
Pdf Library for .NET

PdfPage Properties

The PdfPage type exposes the following members.

Properties
  Name Description
Public property ClientRectangle Gets the drawable area of the canvas. The margins, pdf document header and footer are excluded.
(Inherited from PdfCanvas)
Public property CustomFooter Represents the custom footer template for the pdf page.
Public property CustomHeader Represents the custom header template for the pdf page.
Public property DisplayFooter Controls if a custom footer is displayed in the current pdf page.
Public property DisplayHeader Controls if a custom header is displayed in the current pdf page.
Public property Document The parent pdf document of the current page.
Public property Margins Gets the pdf page margins.
Public property Orientation Pdf page orientation.
Public property PageIndex The index of the current page in the pdf pages collection.
Public property PageSize Gets the pdf page size in points.
Public property Rotation Pdf page rotation.
Top
See Also