hasEmbeddedAnnotations Property (original) (raw)

Summary

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

Syntax

Object.defineProperty(DocumentPage.prototype, 'hasEmbeddedAnnotations', get: function() )

readonly hasEmbeddedAnnotations: boolean; 

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 ofLoadDocumentOptions.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 trueif the original document file contain an annotation container for this page.

Leadtools.Document Assembly