Click or drag to resize

TwainMemoryReadInt8 Method

Reads a TW_INT8 from the current Position and advances the 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 sbyte ReadInt8()

Return Value

Type: SByte
The signed byte value at the current position.
Exceptions
ExceptionCondition
Thrown if the TwainMemory has been disposed.
Thrown if the Position is invalid to read this data.
See Also