public class PdfTextRenderInfo| PdfTextRenderInfo | Initializes a new instance of the PdfTextRenderInfo class |
| LastPage | The last entry from Pages, or null when the text was not rendered |
| LastPageRectangle | The last entry from RenderedRectangles, or null when the text was not rendered |
| Pages | The per-page render information, one entry per page on which a portion of the text was drawn. Each entry combines the page rectangle (bounds, rotated quad, page dimensions) with the substring of text rendered on that page |
| RenderedRectangles | The geometric per-page entries, kept for backward compatibility. For new code prefer Pages, which also exposes the rendered text for each page. The list is parallel with Pages and contains the same rectangle instances |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |