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




Accusoft.ScanFixXpressSdk Namespace > DeskewOptions Class : PadColor Property
Gets and sets the color to use for pixels that are added to the image.
Syntax
'Declaration
 
Public Property PadColor As Color
'Usage
 
Dim instance As DeskewOptions
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

Often, an image will be increased in size during skew correction to avoid discarding parts of the corners of the original image. Any color is acceptable, but the actual color used will be the nearest color that can be represented in the current image.

See Also

Reference

DeskewOptions Class
DeskewOptions Members

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