TwainCustomDataData Property |
Gets an array of bytes containing the data.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 2026.2.0.0.42 (.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