Click or drag to resize

TwainMemoryReadUInt8 Method

Reads a TW_UINT8 from the current Position.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public byte ReadUInt8()

Return Value

Type: Byte
The byte at the current Position.
Exceptions
ExceptionCondition
Thrown if the TwainMemory has been disposed.
Thrown if the Position is invalid for this TwainMemory object.
See Also