←Select platform

AnnotationsUri Property

Summary

Path to where the annotations file will be saved.

Syntax
C#
VB
C++
Java
public Uri AnnotationsUri { get; set; } 
Public Property AnnotationsUri() As System.Uri 
   Get 
   Set 
public:  
   property System::Uri^ AnnotationsUri 
   { 
      System::Uri^ get() 
      void set(System::Uri^ value) 
   } 
public URI getAnnotationsUri() 
public void setAnnotationsUri(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 LEADDocument.SaveToFile.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly