PdfTextPageRenderInfoRenderedText Property

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public string RenderedText { get; }

Property Value

String

See Also