PdfTextPageRenderInfo Class

Carries the per-page render result for a text element: the geometric rectangle on a specific page together with the portion of text drawn on that page. One instance is produced for each page on which a portion of the text was rendered

Definition

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

Constructors

PdfTextPageRenderInfo Initializes a new instance of the PdfTextPageRenderInfo class

Properties

RenderedRectangle The geometric information about where the text was rendered on this page, including the axis-aligned bounds, the rotated four-corner outline, the visible portion of the bounds and the page dimensions
RenderedText The portion of the original text that was actually drawn on this page. For single-page text this equals the full input text; for multi-page text each page receives the substring of the input text that was laid out on it, sliced at word boundaries

Methods

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

See Also