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; }
Public Property AutoSize As TwainAutoSize
Get
Set
Property Value
Type:
TwainAutoSize A value indicating whether the output image dimensions will be forced to a specific size.
Exceptions Exception | Condition |
---|
| Thrown if the state is less than SourceOpen for getting the value, or is not equal to SourceOpen when
setting the value. |
See Also