![]() | PdfPage Properties |
The PdfPage type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdditionalActions |
Gets or sets the additional-actions defining actions to be performed when the page is opened or closed.
|
![]() | Annots |
Gets annotations associated with the page
|
![]() | ArtBox |
Gets or sets ArtBox of the page.
|
![]() | BleedBox |
Gets or sets BleedBox of the page.
|
![]() | CropBox |
Gets or sets CropBox of the page.
|
![]() | Dictionary |
Gets the page's dictionary
|
![]() | Document |
Gets the PDF document associated with the current page.
|
![]() | Handle |
Gets the Pdfium SDK handle that the page is bound to
|
![]() | Height |
Gets page height (excluding non-displayable area) measured in points.One point is 1/72 inch (around 0.3528 mm)
|
![]() | IsAvailable |
Gets a value that represents that whether the content of the current PDF page is available.
|
![]() | IsDisposed |
Gets a value indicating whether the object has been disposed of.
Field ValueType:true if the page has been disposed of; otherwise, false. |
![]() | IsLoaded |
Gets a value indicating whether the page has been loaded.
|
![]() | IsParsed |
Gets a value indicating whether the page content has been parsed.
|
![]() | IsTransparency |
Gets a value that represents that whether the content of the current PDF page contains transparency.
|
![]() | Links |
Gets the collection of PDF links found in the current page.
|
![]() | MediaBox |
Gets or sets MediaBox of the page.
|
![]() | OriginalRotation |
Gets the rotation angle of the page in a saved document.
|
![]() | PageIndex |
Gets the index of the page in the document.
|
![]() | PageObjects |
Gets the collection of PDF page objects found in the current page.
|
![]() | Rotation |
Gets or sets the page rotation.
|
![]() | Tag |
Gets or sets the object that contains data about the page.
|
![]() | Text |
Getscurrent instance of PdfText class that represents information about all characters in a page.
|
![]() | TrimBox |
Gets or sets TrimBox of the page.
|
![]() | Width |
Gets page width (excluding non-displayable area) measured in points.One point is 1/72 inch (around 0.3528 mm)
|