Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > Document Class : Structure Property |
public DocumentStructure Structure {get;}
'Declaration
Public ReadOnly Property Structure As DocumentStructure
'Usage
Dim instance As Document Dim value As DocumentStructure value = instance.Structure
public DocumentStructure getStructure()
public: property DocumentStructure^ Structure { DocumentStructure^ get(); }
The value of Structure is null and cannot be used if IsStructureSupported is false.
The document structure is not populated automatically and must be parsed by the user. Refer to DocumentStructure for more information.
For an example, refer to DocumentStructure.