←Select platform

HasEmbeddedAnnotations Property

Summary

Indicates whether the original document has embedded annotations for this page.

Syntax
C#
VB
C++
Java
public bool HasEmbeddedAnnotations {get; set;} 
Public Property HasEmbeddedAnnotations() As Boolean 
   Get 
   Set 
public:  
   property bool HasEmbeddedAnnotations 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean hasEmbeddedAnnotations() 
public void setEmbeddedAnnotations(boolean 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 contains an annotation container for this page.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.