Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / StructTreeRoot Property

In This Topic
    StructTreeRoot Property (GcPdfDocument)
    In This Topic
    Gets a GrapeCity.Documents.Pdf.Structure.StructTreeRoot object that represents the current document's structure tree as defined by PDF structure tags.
    Syntax
    'Declaration
     
    Public ReadOnly Property StructTreeRoot As StructTreeRoot
    public StructTreeRoot StructTreeRoot {get;}
    See Also