Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

IsStructureSupported Property






Determines if the document structure is supported.
Syntax
public bool IsStructureSupported {get;}
'Declaration
 
Public ReadOnly Property IsStructureSupported As Boolean
'Usage
 
Dim instance As Document
Dim value As Boolean
 
value = instance.IsStructureSupported
public boolean isStructureSupported()
            
public:
property bool IsStructureSupported {
   bool get();
}

Property Value

true if the document structure is supported, otherwise; false.
Remarks

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.

Example

For an example, refer to DocumentStructure.

Requirements

Target Platforms

See Also

Reference

Document Class
Document Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features