Click or drag to resize

TwainMemoryCreate Method (IntPtr)

Creates a new TwainMemory object for a pointer returned from TWAIN.

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 Create(
	IntPtr pointer
)

Parameters

pointer
Type: SystemIntPtr
A pointer returned from TWAIN.

Return Value

Type: TwainMemory
A new TwainMemory object.
See Also