Click or drag to resize

DeviceSetFrames Method

Sets multiple frames to acquire from when scanning.

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 SetFrames(
	RectangleF[] frames
)

Parameters

frames
Type: System.DrawingRectangleF
An array of RectangleF structures representing the frames to acquire.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Thrown if the frames parameter is null (Nothing in VB).
Thrown if there is an error during processing.
See Also