PdfTextPage Methods |
The PdfTextPage type exposes the following members.
| 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 | ||
| Dispose(Boolean) | ||
| 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.) |