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 > Document Class : GetAnnotationsFileName Method |
public string GetAnnotationsFileName()
'Declaration
Public Function GetAnnotationsFileName() As String
public String getAnnotationsFileName()
public: String^ GetAnnotationsFileName();
The document can be loaded with the annotations stored into an external file. This is done through passing the URL to the location of the annotations in the LoadDocumentOptions.AnnotationsUri.
When the DocumentFactory is loading the documents and this value is not null, then depending on the type of the URI, it can be used as is (if the URL has a file scheme) or downloaded to the cache or a temp file (if the URL has any other scheme). and GetAnnotationsFileName can be used to get the path to this file.
For more information, refer to Loading Using LEADTOOLS Documents Library.