Accusoft.ScanFixXpress8.Net
PadColor Property (BorderRemovalOptions)




Gets and sets the color to use for pixels that are added to the image or for pixels that replace border pixels.
Syntax
'Declaration
 
Public Property PadColor As Color
'Usage
 
Dim instance As BorderRemovalOptions
Dim value As Color
 
instance.PadColor = value
 
value = instance.PadColor
public Color PadColor {get; set;}
public: __property Color get_PadColor();
public: __property void set_PadColor( 
   Color value
);
public:
property Color PadColor {
   Color get();
   void set (    Color value);
}
Remarks

The default value is White .

See Also

Reference

BorderRemovalOptions Class
BorderRemovalOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback