You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Crop, Auto Deskew & Auto Border Removal > AutoDeskew Method > AutoDeskew Method (Integer)
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.AutoDeskew Method (Integer)

Tries to deskew a GdPicture image to about ± 15 degrees. 

Deskewing an image can help a lot to do OCR, OMR, barcode detection or just improve the readability of an image.

C#
public GdPictureStatus AutoDeskew(
    int ImageID
);
Visual Basic
Public Function AutoDeskew(
    ByVal ImageID As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.