ImageGear .NET v24.12 - Updated
SaveByIGVersion Property




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomToolBar Class : SaveByIGVersion Property
Gets or sets ImageGear version to be used for serialiation of the custom toolbar.
Syntax
'Declaration
 
Public Property SaveByIGVersion As String
'Usage
 
Dim instance As ImGearRecZoneGUICustomToolBar
Dim value As String
 
instance.SaveByIGVersion = value
 
value = instance.SaveByIGVersion
public string SaveByIGVersion {get; set;}
public: __property string* get_SaveByIGVersion();
public: __property void set_SaveByIGVersion( 
   string* value
);
public:
property String^ SaveByIGVersion {
   String^ get();
   void set (    String^ value);
}

Property Value

String value.
See Also

Reference

ImGearRecZoneGUICustomToolBar Class
ImGearRecZoneGUICustomToolBar Members