Location of the external annotation file used when this document was loaded.
public Uri AnnotationsUri { get; }
Public ReadOnly Property AnnotationsUri() As System.Uri
Get
public:
property System::Uri^ AnnotationsUri
{
System::Uri^ get()
}
public URI getAnnotationsUri()
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.LoadFromFile, DocumentFactory.LoadFromUri, DocumentFactory.LoadFromUriAsync or DocumentFactory.LoadFromStream.
GetAnnotations or DocumentPage.GetAnnotations is used to get the annotations for a page from the original source.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET