VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.StructureTree Namespace / PdfStructureElement Class / StructureType Property
Syntax Remarks Requirements SeeAlso
In This Topic
    StructureType Property (PdfStructureElement)
    In This Topic
    Gets or sets the structure type.
    Syntax
    'Declaration
    
    Public Property StructureType As System.String
    
    
    public System.String StructureType { get; set; }
    
    
    public: __property System.String get_StructureType();
    public: __property void set_StructureType(
    System.String value
    );
    public:
    property System.String StructureType { System.String get(); void set(System.String value); }
    Remarks

    The structure type identifying the type of the structure element and its role within the document.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also