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.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic SizeF Scaling { get; set; }
Public Property Scaling As SizeF
Get
Set
Property Value
Type:
SizeF The amount of scaling the Source will perform on the image.
ExceptionsException | Condition |
---|
| Thrown if a connection to the device is not open. |
RemarksUnits 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