Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / StructTreeRoot Class
Properties Methods

In This Topic
    StructTreeRoot Class Members
    In This Topic

    The following tables list the members exposed by StructTreeRoot.

    Public Properties
     NameDescription
    Public PropertyGets the collection of nested StructElement objects.

    This collection is a wrapper around the Items collection that iterates only over its elements of the type StructElement.

     
    Public PropertyGets the dictionary that maps name objects designating attribute classes to the corresponding attribute objects or arrays of attribute objects.  
    Public PropertyGets the GrapeCity.Documents.Pdf.GcPdfDocument object that owns this object.  
    Public PropertyGets the collection of nested StructTreeItem objects.  
    Public PropertyGets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper)
    Public PropertyGets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>)
    Public PropertyGets the dictionary that maps the names of structure types used in a document to their approximate equivalents in the set of standard structure types. See PDF specification for details.  
    Top
    Public Methods
     NameDescription
    Public MethodClears the collections of the StructTreeRoot: Items, ClassMap, RoleMap.  
    Public MethodGets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Public MethodGets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase)
    Top
    See Also