Click or drag to resize

DeviceFrameSize Property

Gets or sets the static frame size for the acquire.

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

Property Value

Type: StaticFrameSizeType
The static frame size for the acquire.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks

This is similar to the Frame property, but provides static sized frames to choose from. If the device supports this feature, use the GetSupportedFrameSizes method to find out which sizes are supported by the device.

See Also