ScanFix Xpress v9.0 for .NET - Updated
PadColor Property (ShearOptions)




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

See Also

Reference

ShearOptions Class
ShearOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.