Accusoft.ScanFixXpress8.Net
DropToColor Property




Gets and sets color to which dropped colors will be converted.
Syntax
'Declaration
 
Public Property DropToColor As Color
'Usage
 
Dim instance As ColorDropOptions
Dim value As Color
 
instance.DropToColor = value
 
value = instance.DropToColor
public Color DropToColor {get; set;}
public: __property Color get_DropToColor();
public: __property void set_DropToColor( 
   Color value
);
public:
property Color DropToColor {
   Color get();
   void set (    Color value);
}
Remarks

The default value is White .

See Also

Reference

ColorDropOptions Class
ColorDropOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback