DTWAIN_IsAutoDeskewSupported |
Top Previous Next |
The DTWAIN_IsAutoDeskewSupported function checks if a Source supports the automatic-deskew function
DTWAIN_BOOL DTWAIN_IsAutoDeskewSupported ( DTWAIN_SOURCE Source );
Parameters Source Specifies an open TWAIN Source.
Return Values If the automatic deskewing capability of a Twain Source is supported, TRUE is returned. Otherwise FALSEis returned.
Comments The DTWAIN_IsAutoDeskewSupported function takes the open Source Source, and checks to see if the Source supports the automatic deskewing function.
TWAIN State Transitions The source must be opened in State 4
Prerequisite Function Call(s)
DTWAIN Source Selection Function
See Also Automatic Deskewing / Border Detection Support
|