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