Click or drag to resize

ITwainDataStructureProcessResult Method

Receives the TwainMemory created by GetStructurePointer(TwainMemory) after being processed by TWAIN.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
void ProcessResult(
	TwainMemory memory
)

Parameters

memory
Type: Atalasoft.TwainTwainMemory
The TwainMemory object created by GetStructurePointer(TwainMemory) and processed by TWAIN.
Remarks
This method is called after TWAIN has processed the data. The memory will be disposed by DotTwain after this method call.
Examples
ITwainDataStructure Interface
See Also