Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > Document Class : IsStructureSupported Property |
public bool IsStructureSupported {get;}
'Declaration
Public ReadOnly Property IsStructureSupported As Boolean
public boolean isStructureSupported()
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.
For an example, refer to DocumentStructure.