Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / StructElement Class / ActualText Property

In This Topic
    ActualText Property
    In This Topic
    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