The location to the external annotation file associated with the document.
public Uri AnnotationsUri { get; set; }
Public Property AnnotationsUri() As System.Uri
Get
Set
public:
property System::Uri^ AnnotationsUri
{
System::Uri^ get()
void set(System::Uri^ value)
}
public URI getAnnotationsUri()
public void setAnnotationsUri(URI value)
The location to the external annotation file associated with the document. Default value is null.
Documents can have annotations stored in an external file. To read these annotations when the document is loaded, set the value of AnnotationsUri to the file or remote URL location. The framework will load the annotation from this location and download it in the cache if needed.
If the value of AnnotationsUri is set (not null), then LoadEmbeddedAnnotations is ignored and the framework will not try to load any embedded annotations even if they exist.
Use DocumentPage.GetAnnotations to access the annotations after the document is loaded.
Refer to Loading Documents using Leadtools.Document for detailed information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document