Click or drag to resize

TwainCustomData Constructor (Byte)

Creates a new instance of TwainCustomData specifying the data being sent to the device.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public TwainCustomData(
	byte[] data
)

Parameters

data
Type: SystemByte
A byte array of data being sent to the device.
See Also