TwainCustomDataData Property |
Gets an array of bytes containing the data.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic byte[] Data { get; }Public ReadOnly Property Data As Byte()
Get
Property Value
Type:
Byte The data being sent to or received from the device.
See Also