Leadtools.Documents Namespace > DocumentAnnotations Object : AnnotationsUri Property |
get_annotationsUri();
Object.defineProperty('annotationsUri');
Type | Description |
---|---|
string | The location of the external annotation file used when this document was loaded. |
AnnotationsUri is set by the Document 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.