Accusoft.ImagXpress13.Net
Save Property




Gets and sets an indicator to save annotations with the image or not.
Syntax
public bool Save {get; set;}
public: __property bool get_Save();
public: __property void set_Save( 
   bool value
);
public:
property bool Save {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property Save As Boolean
 
'Usage
 
Dim instance As SaveOptionsAnnotations
Dim value As Boolean
 
instance.Save = value
 
value = instance.Save

Property Value

A boolean value which is true to save the annotations with the image. Otherwise, false should be used.
Remarks

The default value is true.

Note: Available in Professional edition.

See Also

Reference

SaveOptionsAnnotations Class
SaveOptionsAnnotations Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback