'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); }
The structure type identifying the type of the structure element and its role within the document.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
PdfStructureElement Class PdfStructureElement Members