Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Structure Property

Show in webframe
Gets the object that manages the structure and table of content of the document.
Syntax
get_structure();
Object.defineProperty('structure');

Property Value

TypeDescription
DocumentStructureThe DocumentStructure object that manages the structure and table of content of this Document.
Remarks

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.

Example

For an example, refer to DocumentStructure.

See Also

Reference

Document Object
Document Members

Error processing SSI file