PdfPage
Represents a page from an imported PDF document.
public class PdfPage
Public Class PdfPage
Inheritance: ObjectPdfPage
Licensing Info
This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
Get3DImages() | Gets the informaton of all the 3D images present in the page. |
GetContents() | Returns the uncompressed binary contents of the page. |
GetDictionaryValue(String) | Returns the value of a given page dictionary key. |
GetDimensions() | Gets the page dimensions of the page. |
GetFonts() | Gets the informaton of all the fonts present in the page. |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetImages() | Gets the informaton of all the images present in the page. |
GetNoteAnnotations() | Gets the note annotations from the the PDF page. |
GetText() | Gets the text in the page. |
GetText(Single, Single, Single, Single) | Gets the text in the specified rectangle of the page. |
GetText(Single, Single, Single, Single, TextExtractionOrder) | Gets the text in the specified rectangle of the page. |
GetText(TextExtractionOrder) | Gets the text in the page. |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |