Click or drag to resize

Device.AutoSize 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.5.0.0.0.156 (.NET 4.6.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