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

In This Topic
    Type Property (StructElement)
    In This Topic
    Gets or sets the structure type, which is a string identifying the nature of the structure element and its role within the document, such as chapter, paragraph, or footnote.
    Syntax
    'Declaration
     
    Public Property Type As System.String
    public System.string Type {get; set;}
    See Also