Click or drag to resize

TwainMemoryWriteInt8 Method (SByte, Int64)

Writes a TW_INT8 to the specified offset.

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,
	long offset
)

Parameters

value
Type: SystemSByte
The value to write.
offset
Type: SystemInt64
The number of bytes from the beginning of the memory to the start of the data.
Exceptions
ExceptionCondition
Thrown if the TwainMemory has been disposed.
Thrown if the offset is invalid for the TwainMemory.
See Also