Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

AnnotationsUri Property (DocumentAnnotations)

Show in webframe
Location of the external annotation file used when this document was loaded.
Syntax
get_annotationsUri();
Object.defineProperty('annotationsUri');

Property Value

TypeDescription
stringThe location of the external annotation file used when this document was loaded.
Remarks

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.

See Also

Reference

DocumentAnnotations Object
DocumentAnnotations Members

Error processing SSI file