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

In This Topic
    AlternateDescription Property
    In This Topic
    Gets or sets the alternate description of the structure element and its children in human-readable form, which is useful when extracting a document’s content in support of accessibility to users with disabilities or for other purposes.
    Syntax
    'Declaration
     
    Public Property AlternateDescription As System.String
    public System.string AlternateDescription {get; set;}
    See Also