'Declaration
Public Overloads Function AutoDeskew( _ ByVal ImageID As Integer, _ ByVal MaxAngleOfResearch As Single, _ ByVal BackColor As Color _ ) As GdPictureStatus
public GdPictureStatus AutoDeskew( int ImageID, float MaxAngleOfResearch, Color BackColor )
public function AutoDeskew( ImageID: Integer; MaxAngleOfResearch: Single; BackColor: Color ): GdPictureStatus;
public function AutoDeskew( ImageID : int, MaxAngleOfResearch : float, BackColor : Color ) : GdPictureStatus;
public: GdPictureStatus AutoDeskew( int ImageID, float MaxAngleOfResearch, Color BackColor )
public: GdPictureStatus AutoDeskew( int ImageID, float MaxAngleOfResearch, Color BackColor )
Parameters
- ImageID
- GdPicture image identifier.
- MaxAngleOfResearch
- Maximum angle of research. IE: set 10 to perform a skew research about ±10 degrees. A value lower than 15 is suggested. Value used by other overloads is 15.
- BackColor
- Color to use to fill background. A suitable color value can be obtained by using the ARGB() method.
Return Value
A member of the GdPictureStatus enumeration.