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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainCustomData(
	byte[] data
)

Parameters

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