This method repairs a skewed image.

[Visual Basic] Public Function Deskew(bWhite As Boolean) As Boolean
[C#] public bool Deskew(bool bWhite);

Parameters

bWhite

Sets whether the new area created by deskew will be white or black (True: the area will be white; False: the area will be black)

This method supports 1 bit color only and is disabled for other bitcounts

Return Value

Returns True if successful, otherwise returns False

See Also

Effect Class | Effect Members

 

The ImageKit.NET3 is created by Newtone Corporation