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 will return False if executed on images of other bitcounts.

Return Value

Returns True if successful, otherwise returns False

See Also

ImageKit.Effect Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation