Click or drag to resize

TwainControllerReadTwainContainerData Method (TwainContainer, TwainMemory)

Returns the value of a memory pointer retrieved from a device.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Object ReadTwainContainerData(
	TwainContainer container,
	TwainMemory memory
)

Parameters

container
Type: Atalasoft.TwainTwainContainer
Indicates the type of container contained in the data parameter.
memory
Type: Atalasoft.TwainTwainMemory
The TwainMemory containing the data.

Return Value

Type: Object
The value of the data. This may be an array of objects.
Remarks
This method is useful when working with custom ITwainDataStructure objects.
See Also