Click or drag to resize
Pdf Library for .NET

PdfPageElementActualText Property

The exact text content represented by this element, used when the rendered content is not extractable as text (for example a text rendered as a graphic). Only used when TagType is set.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public string ActualText { get; set; }

Property Value

String
See Also