PdfStructureElement
ActualText Property
|
Text that is an exact replacement for the structure element
and its children. This replacement text (which should apply
to as small a piece of content as possible) is useful when
extracting the document¡¯s contents in support of accessibility
to users with disabilities or for other purposes.
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string ActualText { get; set; }
Public Property ActualText As String
Get
Set
public:
property String^ ActualText {
String^ get ();
void set (String^ value);
}
member ActualText : string with get, set
Property Value
Type:
String
See Also