Indicates whether the original document has embedded annotations for this page.
Object.defineProperty(DocumentPage.prototype, 'hasEmbeddedAnnotations',
get: function()
)
hasEmbeddedAnnotations: boolean; // read-only
true if the original document has embedded annotations for this page; otherwise, false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET