Sets multiple frames to acquire from when scanning.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public void SetFrames(
RectangleF[] frames
)
Public Sub SetFrames (
frames As RectangleF()
)
Parameters
- frames
- Type:System.Drawing.RectangleF[]
An array of RectangleF structures representing the frames to acquire.
Exceptions Exception | Condition |
---|
| 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