[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.StructElement.ActualText

ActualText Property

ActualText

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.

Declaration
public string ActualText { get; set; }
Public Property ActualText As String