Accusoft.Forms1 - Updated
PadColor Property (ShearOptions)



Accusoft.ScanFixXpressSdk Namespace > ShearOptions Class : PadColor Property
The color to use to pad the image.
Syntax
Public Property PadColor As Color
Dim instance As ShearOptions
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

ShearOptions Class
ShearOptions Members