←Select platform

Structure Property

Summary

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

Syntax

C#
VB
Java
C++
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 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly