TwainMemoryReadInt8 Method (Int64) |
Reads a TW_INT8 from the specified offset.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic sbyte ReadInt8(
long offset
)
Public Function ReadInt8 (
offset As Long
) As SByte
Parameters
- offset
- Type: SystemInt64
The number of bytes from the beginning of the memory to the start of the data.
Return Value
Type:
SByte The signed byte at the specified offset.
Exceptions| Exception | Condition |
|---|
| Thrown if the TwainMemory object has been disposed. |
| Thrown if the offset is invalid for the TwainMemory object. |
See Also