Click or drag to resize

TwainCustomDataProcessResult Method

Receives the data pointer 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
public void ProcessResult(
	TwainMemory memory
)

Parameters

memory
Type: Atalasoft.TwainTwainMemory

Implements

ITwainDataStructureProcessResult(TwainMemory)
Remarks
This method is called after Twain has processed the data. The memory will be disposed by DotTwain after this method call.
See Also