Click or drag to resize

TwainControllerCreateTwainMemory Method

Returns a new TwainMemory class for the specified pointer.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TwainMemory CreateTwainMemory(
	IntPtr pointer
)

Parameters

pointer
Type: SystemIntPtr
A pointer retrieved from a TWAIN device. This can be IntPtr.Zero to create an empty TwainMemory object.

Return Value

Type: TwainMemory
A TwainMemory object used to manipulate the memory.
See Also