Path to where the annotations file will be saved.
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 path to where the annotations file will be saved. Default value is null.
When saving documents, the current annotation containers can be exported to a separate file. Set AnnotationsUri to the location of this file if exporting the annotations is required.
For an example, refer to Document.SaveToFile.
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