public static void Deskew( ImGearRasterPage page, double angleThresh, ImGearRotationModes mode, ImGearPixel backgroundColor )
public: static void Deskew( ImGearRasterPage* page, double angleThresh, ImGearRotationModes mode, ImGearPixel* backgroundColor )
public: static void Deskew( ImGearRasterPage^ page, double angleThresh, ImGearRotationModes mode, ImGearPixel^ backgroundColor )
'Declaration Public Shared Sub Deskew( _ ByVal page As ImGearRasterPage, _ ByVal angleThresh As Double, _ ByVal mode As ImGearRotationModes, _ ByVal backgroundColor As ImGearPixel _ )
'Usage Dim page As ImGearRasterPage Dim angleThresh As Double Dim mode As ImGearRotationModes Dim backgroundColor As ImGearPixel ImGearRasterProcessing.Deskew(page, angleThresh, mode, backgroundColor)
Parameters
- page
- Image to deskew.
- angleThresh
- Deskew angle.
- mode
- Deskew mode.
- backgroundColor
- Background color.