ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / Deskew Method
Image to deskew.
Deskew angle.
Deskew mode.
Background color.




In This Topic
Deskew Method
In This Topic
Deskews an image page.
Syntax
'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.
Example
See Also