hasEmbeddedAnnotations Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(DocumentPage.prototype, 'hasEmbeddedAnnotations', 
	get: function() 
) 
TypeScript Syntax
hasEmbeddedAnnotations: boolean; // read-only 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly