PdfPage Properties

The PdfPage type exposes the following members.

Properties

  NameDescription
Public propertyArtBox
Gets or sets the art box of the page.
Public propertyBleedBox
Gets or sets the bleed box of the page.
Public propertyCanvas
Gets the page canvas.
Public propertyControlCount
Gets the number of controls associated with this page.
Public propertyControls
Gets the collection of controls associated with this page.
Public propertyCropBox
Gets or sets the crop box of the page.
Public propertyDictionary
Gets the low-level dictionary object for this page object.
Public propertyGroup
Gets or sets the transparency group parameters of this page.
Public propertyHeight
Gets or sets the height of the page, expressed in PDF's default user space units.
Public propertyMediaBox
Gets or sets the media box of the page.
Public propertyOrientation
Gets or sets the PdfPaperOrientation value specifying the orientation of the page.
Public propertyResolution
Gets the resolution of the canvas.
Public propertyRotation
Gets or sets the PdfRotation value specifying the rotation of the page.
Public propertySize
Gets or sets the PdfPaperSize value specifying the size of the page.
Public propertyThumbnail
Gets or sets the thumbnail image to be used for this page by a viewer application instead of auto-generated image of the contents of this page in miniature form.
Public propertyTrimBox
Gets or sets the trim box of the page.
Public propertyUserUnit
Gets or sets the size of default user space units.
Public propertyWidgetCount
Gets the number of widgets (annotations and controls) associated with this page.
Public propertyWidgets
Gets the collection of widgets (annotations and controls) associated with this page.
Public propertyWidth
Gets or sets the width of the page, expressed in PDF's default user space units.
Public propertyXObjectCount
Gets the number of form XObjects associated with this page.
Public propertyXObjects
Gets the collection of form XObjects associated with this page.

See Also