Click or drag to resize

PdfPage Properties

The PdfPage type exposes the following members.

Properties
  NameDescription
Public propertyCropBox
Gets a value representing the visible crop box of this PdfPage.
Public propertyCropBoxOriginal
Gets a value representing the originally visible crop box of this PdfPage.
Public propertyDeskewAngle
Gets or sets a value representing the angle which this page has been deskewed / straightened (in degrees).
Public propertyDocument
Document with which this page is associated
Public propertyDpi
Gets a value representing the PdfDocument's resolution.
Public propertyHeight
Gets a value representing the height of this page as displayed (in pixels).
Public propertyIsDeleted
Gets a value indicating whether this document page was deleted.
Public propertyObjects
Gets a collection of objects which are on this page.
Public propertyPageLabel
Gets a value representing the page label of this document page.
Public propertyPageNumber
Gets a value representing the page number of this document page.
Public propertyRotation
Gets or sets a value representing the clockwise rotation of this page (in degrees).
Public propertyWidth
Gets a value representing the width of this page as displayed (in pixels).
Top
See Also