GetExtImageInfo method (ILEADRasterTwain)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short GetExtImageInfo(IDispatch * pExtImageInfo);

Overview

Refer to How to Acquire from the TWAIN Source.

Remarks

Gets the extended image information related to the image acquired by the Acquire method.

This method can only be called during the AcquirePageEvent event, which occurs for each page acquired by the Acquire method.

Extended image information can be Barcode texts, Barcode data, etc. For more information on extended image information, refer to the LEADTOOLS TWAIN Defines.

Calling this method updates the following properties:

NumOfInfos property

PtwInfo property

See Also

Topics

TWAIN Functionality: Image Functions