Click or drag to resize

PdfPage Properties

The PdfPage type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalActions Gets or sets the additional-actions defining actions to be performed when the page is opened or closed.
Public propertyAnnots Gets annotations associated with the page
Public propertyArtBox Gets or sets ArtBox of the page.
Public propertyBleedBox Gets or sets BleedBox of the page.
Public propertyCropBox Gets or sets CropBox of the page.
Public propertyDictionary Gets the page's dictionary
Public propertyDocument Gets the PDF document associated with the current page.
Public propertyHandle Gets the Pdfium SDK handle that the page is bound to
Public propertyHeight Gets page height (excluding non-displayable area) measured in points.One point is 1/72 inch (around 0.3528 mm)
Public propertyIsAvailable Gets a value that represents that whether the content of the current PDF page is available.
Public propertyIsDisposed Gets a value indicating whether the object has been disposed of.

Field Value

true if the page has been disposed of; otherwise, false.
Public propertyIsLoaded Gets a value indicating whether the page has been loaded.
Public propertyIsParsed Gets a value indicating whether the page content has been parsed.
Public propertyIsTransparency Gets a value that represents that whether the content of the current PDF page contains transparency.
Public propertyLinks Gets the collection of PDF links found in the current page.
Public propertyMediaBox Gets or sets MediaBox of the page.
Public propertyOriginalRotation Gets the rotation angle of the page in a saved document.
Public propertyPageIndex Gets the index of the page in the document.
Public propertyPageObjects Gets the collection of PDF page objects found in the current page.
Public propertyRotation Gets or sets the page rotation.
Public propertyTag Gets or sets the object that contains data about the page.
Public propertyText Getscurrent instance of PdfText class that represents information about all characters in a page.
Public propertyTrimBox Gets or sets TrimBox of the page.
Public propertyWidth Gets page width (excluding non-displayable area) measured in points.One point is 1/72 inch (around 0.3528 mm)
Top
See Also