ImageGear .NET v24.12 - Updated
DeleteColor Property




ImageGear24.Comparison Assembly > ImageGear.Comparison Namespace > OutputOptions Class : DeleteColor Property
Defines the color used to mark deleted content.
Syntax
'Declaration
 
Public Property DeleteColor As Color
'Usage
 
Dim instance As OutputOptions
Dim value As Color
 
instance.DeleteColor = value
 
value = instance.DeleteColor
public Color DeleteColor {get; set;}
public: __property Color get_DeleteColor();
public: __property void set_DeleteColor( 
   Color value
);
public:
property Color DeleteColor {
   Color get();
   void set (    Color value);
}
See Also

Reference

OutputOptions Class
OutputOptions Members