Leadtools.Documents Namespace > Document Object : Structure Property |
get_structure();
Object.defineProperty('structure');
Type | Description |
---|---|
DocumentStructure | The DocumentStructure object that manages the structure and table of content of this Document. |
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.