Click or drag to resize

TwainControllerSetExtendedImageInfoOptions Method

Sets the extended image information id values that will be retrieved when acquiring data.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void SetExtendedImageInfoOptions(
	params TwainExtendedImageInfoID[] info
)

Parameters

info
Type: Atalasoft.TwainTwainExtendedImageInfoID
An array of TwainExtendedImageInfoID values for the information to retrieve during an acquire.
Remarks
The device must support the ICAP_EXTIMAGEINFO capability to use this feature.
See Also