| Overload | Description | 
|---|---|
| AutoDeskew(Int32) | 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. | 
| AutoDeskew(Int32,Single) | Tries to deskew a GdPicture image to about ± specified degrees. Deskewing an image can help a lot to do OCR, OMR, barcode detection or just improve the readability of an image. | 
| AutoDeskew(Int32,Single,GdPictureColor) | Tries to deskew a GdPicture image to about ± specified degrees. This method enables to specify the background color to use. Deskewing an image can help a lot to do OCR, OMR, barcode detection or just improve the readability of an image. | 
| AutoDeskew(Int32,Single,Int32,Single,Boolean) | Tries to deskew a GdPicture image to about ± specified degrees. This method enables to specify the background color to use as a Color Integer Value. It also enables you to put a cut off value where slight skewing of image is allowed. Deskewing an image can help a lot to do OCR, OMR, barcode detection or just improve the readability of an image. | 
| AutoDeskew(Int32,Boolean) | Tries to deskew a GdPicture image. Deskewing an image can help a lot to do OCR, OMR, barcode detection or just improve the readability of an image. | 
| AutoDeskew(Int32,Single,GdPictureColor,Single,Boolean) | Tries to deskew a GdPicture image to about ± specified degrees. This method enables to specify the background color to use as a Color Object. It also enables you to put a cut off value where slight skewing of image is allowed. Deskewing an image can help a lot to do OCR, OMR, barcode detection or just improve the readability of an image. | 
                                        
                                            In This Topic
                                        
                                    
                                AutoDeskew Method (GdPictureImaging)
                                    
                                        In This Topic
                                    
                                
                                
            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.
            
            
            Overload List
See Also