annotationsUri Property

Summary

Location of the external annotation file used when this document was loaded.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentAnnotations.prototype, 'annotationsUri', 
   get: function() 
) 
readonly annotationsUri: string; 

Property Value

The location of the external annotation file used when this document was loaded.

Remarks

AnnotationsUri is set by the LEADDocument object when the document was loaded. It will hold the same value passed to LoadDocumentOptions.AnnotationsUri passed to DocumentFactory.LoadFromUri.

GetAnnotations or DocumentPage.GetAnnotations is used to get the annotations for a page from the original source.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly