Accusoft.Forms1 - Updated
PadColor Property (GetRectangleOptions)



Accusoft.ScanFixXpressSdk Namespace > GetRectangleOptions Class : PadColor Property
Gets and sets the color used for new pixels if necessary.
Syntax
Public Property PadColor As Color
Dim instance As GetRectangleOptions
Dim value As Color
 
instance.PadColor = value
 
value = instance.PadColor
public Color PadColor {get; set;}
public:
property Color PadColor {
   Color get();
   void set (    Color value);
}
Remarks

The default value is White.

See Also

Reference

GetRectangleOptions Class
GetRectangleOptions Members