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

Show in webframe

IsParsed Property






Indicates whether the structure of this document has been parsed.
Syntax
public bool IsParsed {get;}
'Declaration
 
Public ReadOnly Property IsParsed As Boolean
'Usage
 
Dim instance As DocumentStructure
Dim value As Boolean
 
value = instance.IsParsed
public boolean isParsed()
            
public:
property bool IsParsed {
   bool get();
}

Property Value

true if the structure of this document has been parsed, otherwise; false.
Remarks

Bookmarks will contain an empty list if the structure of the document has not been parsed yet (the value of IsParsed is false). This list will be populated with the items found in the original document when Parse is called and the value of ParseBookmarks is true (the default value). When Parse returns, the value of IsParsed will be set to true.

Parse will also parse the document for any links found in the pages if the value of ParsePageLinks is true (the default value), these can be obtain through the DocumentPage.GetLinks method.

Example

For an example, refer to DocumentStructure.

Requirements

Target Platforms

See Also

Reference

DocumentStructure Class
DocumentStructure 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