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

Show in webframe

AnnotationsUri Property (LoadDocumentOptions)






The location to the external annotation file associated with the document.
Syntax
public Uri AnnotationsUri {get; set;}
'Declaration
 
Public Property AnnotationsUri As Uri
'Usage
 
Dim instance As LoadDocumentOptions
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 location to the external annotation file associated with the document. Default value is null.
Remarks

Documents can have annotations stored in an external file. To read these annotations when the document is loaded, set the value of AnnotationsUri to the file or remote URL location. The framework will load the annotation from this location and download it in the cache if needed.

If the value of AnnotationsUri is set (not null), then LoadEmbeddedAnnotations is ignored and the framework will not try to load any embedded annotations even if they exist.

Use DocumentPage.GetAnnotations to access the annotations after the document is loaded.

Refer to Loading Documents using Leadtools.Documents for detailed information.

Example

For an example, refer to DocumentFactory.LoadFromFile or DocumentFactory.LoadFromUri.

Requirements

Target Platforms

See Also

Reference

LoadDocumentOptions Class
LoadDocumentOptions 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