TwainSetAutomaticDeskew Method (GdPictureImaging)
If this option is available on opened source, try to enable or disable the automatic deskew
correction of an image. It may also affect the dimensions of the image.
public bool TwainSetAutomaticDeskew(
bool
)
public function TwainSetAutomaticDeskew(
: Boolean
): Boolean;
public function TwainSetAutomaticDeskew(
: boolean
) : boolean;
public: bool TwainSetAutomaticDeskew(
bool
)
public:
bool TwainSetAutomaticDeskew(
bool
)
'Declaration
Public Function TwainSetAutomaticDeskew( _
ByVal As Boolean _
) As Boolean
Parameters
- AutoDeskew
- True to enable automatic deskew, else False.
Return Value
TRUE if successful, FALSE otherwise -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.