Accusoft.Forms1 - Updated
PadColor Property (RotateOptions)



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

If RotateAngle is a multiple of 90 degrees, no padding will be needed.

See Also

Reference

RotateOptions Class
RotateOptions Members