Click or drag to resize

TwainMemoryWriteInt8 Method (SByte)

Writes a TW_INT8 to the memory at 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 void WriteInt8(
	sbyte value
)

Parameters

value
Type: SystemSByte
The value to write.
Exceptions
ExceptionCondition
Thrown if the TwainMemory has been disposed.
Thrown if there is not enough space to write the data.
See Also