Documents for PDF, .NET Edition Documentation
ActualText Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Structure Namespace > StructElement Class : ActualText Property
Gets or sets a 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 a document’s content in support of accessibility to users with disabilities or for other purposes.
Syntax
'Declaration
 
Public Property ActualText As System.String
public System.string ActualText {get; set;}
See Also

Reference

StructElement Class
StructElement Members