![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > SaveDocumentOptions Class : AnnotationsUri Property |
public Uri AnnotationsUri {get; set;}
'Declaration
Public Property AnnotationsUri As Uri
'Usage
Dim instance As SaveDocumentOptions Dim value As Uri instance.AnnotationsUri = value value = instance.AnnotationsUri
public URI getAnnotationsUri() public void setAnnotationsUri(URI value)
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.