Gets and sets the scaling ratio for the image currently displayed.
Read-write property
Visual Basic |
---|
Public Property ImageScalingRatio As Double |
A double value which represents the scaling ratio for the image currently displayed.
The default value is 1.
Valid values range from .01 to 10.0.
This value represents the scaling related to the original pixels. If the ImageScalingFactor is set to 1.0, the image displays actual size.
This value is used is used when the ImageScalingMethod is set to FactorMethods.
Note: This property can not be set in the Object/Embed tag, list file, or during the OnInitialize event.