Click or drag to resize

DeviceAutoSize Property

Gets or sets the ICAP_AUTOSIZE capability which determines whether the driver is forced to output image dimensions to match the FrameSize or its closest supported frame size.

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

Property Value

Type: TwainAutoSize
A value indicating whether the output image dimensions will be forced to a specific size.
Exceptions
ExceptionCondition
Thrown if the state is less than SourceOpen for getting the value, or is not equal to SourceOpen when setting the value.
See Also