←Select platform

Structure Property

Summary

Object that manages the structure and table of content of the document.

Syntax
C#
VB
C++
Java
public DocumentStructure Structure { get; } 
Public ReadOnly Property Structure As DocumentStructure 
   Get 
public:  
   property DocumentStructure^ Structure 
   { 
      DocumentStructure^ get() 
   } 
public DocumentStructure getStructure() 

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