Click or drag to resize

TwainMemoryReadInt32 Method

Reads a TW_INT32 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 int ReadInt32()

Return Value

Type: Int32
The int valueat the current position.
Exceptions
ExceptionCondition
Thrown if the TwainMemory has been disposed.
Thrown if the Position is invalid for reading this data.
Remarks
This method will increase the Position by 4 bytes.
See Also