PdfTextPage Class |
Namespace: Atalasoft.Pdf.TextExtract
The PdfTextPage type exposes the following members.
Name | Description | |
---|---|---|
CharCount | The number of characters in the page. | |
CropBox |
Get a PDF page CropBox.
| |
Height | The height of the page in PDF "user space". | |
MediaBox |
Get a PDF page MediaBox.
| |
PdfPage |
Gets a native pointer to PDF page
| |
Rotate | Gets the clockwise rotation in degrees that the viewer should apply to the page. | |
TextPage |
Gets a native pointer to PDF text page
| |
Width | The width of the page in PDF "user space". |
Name | Description | |
---|---|---|
CharAt | Gets a character from this page by index. | |
CharBox | Gets the bounding box of a character at an index. | |
CharIsGenerated | Indicates whether a character at an index is a generated character or actually exists in the
PDF. | |
CharOrigin | Get origin position of a particular character by index. | |
ConvertPdfUnitsToPixels(PointF, Dpi) | Converts a point given in PDF User space units to the corresponding pixel location at the given
resolution. | |
ConvertPdfUnitsToPixels(QuadrilateralF, Dpi) | Converts a quadrilateral given in PDF User space units to the corresponding pixel location at the given
resolution. | |
ConvertPixelsToPdfUnits(PointF, Dpi) | Converts a point given in pixels to the corresponding location in PDF User space units at the given
resolution. | |
ConvertPixelsToPdfUnits(QuadrilateralF, Dpi) | Converts a quadrilateral given in pixels to the corresponding location in PDF User space units at the
given resolution. | |
Dispose | Releases all resources used by the PdfTextPage | |
Dispose(Boolean) | Releases the unmanaged resources used by the PdfTextPage and optionally releases the managed resources | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBoundedTextSegments | Gets all of the text segments within a rectangular boundary on the page. | |
GetBoxes | Given an character index and a number of characters returns a bounding box for the specified text.
| |
GetFont | Gets a PdfTextFont object containing the font information for the specified character.
| |
GetFontSize | Gets the font size of the specified character. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetIndexFromPoint(PointF, Double) | Gets the index of a character at or nearby a given position on the page. | |
GetIndexFromPoint(PointF, Double, Double) | Gets the index of a character at or nearby a given position on the page. | |
GetText | Extracts a text string from the page. | |
GetTextInBox | Extract text within a rectangular boundary on the page. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Search | Begins the text search process. | |
ThrowWhenBadIndex |
A helper method to check that index is in available range.
| |
ThrowWhenBadSearchIndex |
A helper method to check that index is in available range.
| |
ThrowWhenDisposed |
A helper method to check for object disposed state.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |