InitSession method (ILEADRasterTwain)
Overview |
Refer to Initializing a TWAIN Session. |
Remarks
Initializes the TWAIN session.
Please note that a TWAIN session is a communication session between LEADTOOLS TWAIN and your TWAIN sources. The internal TWAIN session handle that is created provides the user access to this TWAIN session. This method must be called before calling any other methods that require a TWAIN session.
When the TWAIN session is no longer needed, it should be ended by calling the EndSession method. For every call to the InitSession method there must be a call to the EndSession method.
See Also