Gets and sets an indicator to save annotations with the image or not.
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);
}
Property Value
A boolean value which is
true to save the annotations with the image. Otherwise,
false should be used.