Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

AnnotationsUri Property (SaveDocumentOptions)






Path to where the annotations file will be saved.
Syntax
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)
            
public:
property Uri^ AnnotationsUri {
   Uri^ get();
   void set (    Uri^ value);
}

Property Value

The path to where the annotations file will be saved. Default value is null.
Remarks

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.

Example

For an example, refer to Document.SaveToFile.

Requirements

Target Platforms

See Also

Reference

SaveDocumentOptions Class
SaveDocumentOptions Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features