Gets the object that manages the structure and table of content of the document.
Object.defineProperty(Document.prototype, 'structure',
get: function()
)
structure: DocumentStructure; // read-only
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET