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

Show in webframe

HasEmbeddedAnnotations Property






Indicates whether the original document has embedded annotations for this page.
Syntax
public bool HasEmbeddedAnnotations {get; set;}
'Declaration
 
Public Property HasEmbeddedAnnotations As Boolean
'Usage
 
Dim instance As DocumentPage
Dim value As Boolean
 
instance.HasEmbeddedAnnotations = value
 
value = instance.HasEmbeddedAnnotations
public boolean hasEmbeddedAnnotations()
public void setEmbeddedAnnotations(boolean value)
            
public:
property bool HasEmbeddedAnnotations {
   bool get();
   void set (    bool value);
}

Property Value

true if the original document has embedded annotations for this page, otherwise; false.
Remarks

If this document type supports embedded annotations (such as PDF or TIFF documents) and the user set the value of LoadDocumentOptions.LoadEmbeddedAnnotations to true, then this method will try to load the annotations from the document file itself if found. The value of HasEmbeddedAnnotations will be true if the original document file contain an annotation container for this page.

Requirements

Target Platforms

See Also

Reference

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