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 > DocumentPage Class : HasEmbeddedAnnotations Property |
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)
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.