Gets a value that determines if the document structure is supported.
Object.defineProperty(LEADDocument.prototype, 'isStructureSupported',
get: function()
)
readonly isStructureSupported: boolean;
true if the document structure is supported; otherwise, false.
Some document formats (such as PDF) supports reading the structure of the document. This includes the bookmarks and table of content.
If this is supported, then the value of IsStructureSupported will be true and the Structure property is not null and can be used.
If document structure is not supported, then the value of IsStructureSupported is false and the Structure property is null and cannot be used.
For more information and example, refer to DocumentStructure.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document