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: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public string RenderedText { get; }

Property Value

String

See Also