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
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public string RenderedText { get; }
Property Value
String