'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;}
'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;}
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.