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 > DocumentAnnotations Class : AnnotationsUri Property |
public Uri AnnotationsUri {get;}
'Declaration
Public ReadOnly Property AnnotationsUri As Uri
'Usage
Dim instance As DocumentAnnotations Dim value As Uri value = instance.AnnotationsUri
public URI getAnnotationsUri()
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.