←Select platform

AnnotationsUri Property

Summary

Path to where the annotations file will be saved.

Syntax

C#
VB
Java
C++
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 Document.SaveToFile.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly