Click or drag to resize

DeviceSetExtendedImageInfoOptions Method

Sets the extended image information options to obtain after acquiring the 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
The extended image information option to get from the device.
Remarks

This information is part of the AcquireEventArgs in the ImageAcquired event and MemoryDataTransferEventArgs in the TwainDataTransfer event.

This method should only be called before the Open method.

See Also