Click or drag to resize

DeviceFrame Property

Gets or sets the rectangular area of the scanning bed to acquire.

If you know ahead of time the location and size of the object to scan, and the device supports this feature, you can decrease the amount of scanning time by setting this property.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RectangleF Frame { get; set; }

Property Value

Type: RectangleF
The rectangular area of the scanning bed to acquire.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks
See Also