ImageGear .NET v24.12 - Updated
InsertColor Property




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

Reference

OutputOptions Class
OutputOptions Members