Click or drag to resize

Device.Scaling Property

Gets or sets the amount of scaling the Source will perform on the image.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public SizeF Scaling { get; set; }

Property Value

Type: SizeF
The amount of scaling the Source will perform on the image.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
Remarks

Units does not affect this property. A value of 1.0 is equivalent to 100% (no change).

Use GetSupportedScalingValues() to find valid values for this device.

See Also