Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- page
- Image to deskew.
- angleThresh
- Deskew angle.
- mode
- Deskew mode.
- backgroundColor
- Background color.
C# | Copy Code |
---|---|
// Deskew an image if it is skewed by over 0.1 degrees. ImGearRasterProcessing.Deskew(igRasterPage, 0.1, ImGearRotationModes.CLIP, null); |
Visual Basic | Copy Code |
---|---|
' Deskew an image if it is skewed by over 0.1 degrees. ImGearRasterProcessing.Deskew(igRasterPage, 0.1, ImGearRotationModes.CLIP, Nothing) |