Click or drag to resize

TwainControllerReadTwainContainerData Method (TwainContainer, IntPtr)

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,
	IntPtr data
)

Parameters

container
Type: Atalasoft.TwainTwainContainer
Indicates the type of container contained in the data parameter.
data
Type: SystemIntPtr
A pointer to the container.

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