Click or drag to resize

DeviceScaling 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.4.0.9.0.377 (.NET 4.5.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