PdfTextRenderInfo Class

Contains metadata about where and how text was rendered across pages. For each page on which a portion of the text was drawn, the corresponding entry in Pages exposes both the geometric rectangle and the text actually rendered on that page

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public class PdfTextRenderInfo
Inheritance
Object    PdfTextRenderInfo

Constructors

PdfTextRenderInfoInitializes a new instance of the PdfTextRenderInfo class

Properties

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

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also