structure Property

Summary

Gets the object that manages the structure and table of content of the document.

Syntax
TypeScript
JavaScript
Object.defineProperty(LEADDocument.prototype, 'structure', 
   get: function() 
) 
readonly structure: DocumentStructure; 

Property Value

The DocumentStructure object that manages the structure and table of content of this LEADDocument.

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly