Sets the scaling of the image to a predefined size.
Read-write property
Visual Basic |
---|
Public Property ImageZoomToFit As PV_ZoomToFit |
A PV_ZoomToFit enumeration value.
The default value is PV_ZoomToFit_Width.
This property is used when the ImageScalingMethod is set to PV_ScalingMethod_ZoomToFit (0).
Set this property in the Object/Embed tag or during the OnInitialize event.
The scope of this property depends on where it is set. For more information, refer to the Initial Property Scope topic.