Accusoft Prizm Viewer Control v10.0
ImageScalingFactor Property
See Also  Send comments on this topic.
PrizmControl Object : ImageScalingFactor Property

Glossary Item Box

Description

Gets and sets the scaling factor for the currently displayed image based on pixels.

Property Type

Read-write property

Syntax

Visual Basic
Public Property ImageScalingFactor As Double

Return Type

A double value which represents the scaling factor for the current image.

Remarks

The default value is 1.

Valid values range from .01 to 10.0.

This value represents the scaling related to the original size (A-size paper). If this property value is set to 1.0, the image is displayed at the actual size.

This property can not be set in the Object/Embed tag, list file, or during the OnInitialize event.

Note: CAD images are generally not displayed actual size unless the size unit for the CAD image is in inches. All other units are treated as inches and scaled accordingly. For instance, a CAD image measured in miles is displayed 1 inches per mile if you set this property to 1.0.

This value is used when the ImageScalingMethod is set to Factor.

See Also

©2015. Accusoft Corporation. All Rights Reserved.