ScaleFactor Property
Summary
Gets or sets the zoom factor used to display the image.
Syntax
public double ScaleFactor { get; set; }
Public Property ScaleFactor As Double
public:
property double ScaleFactor {
double get();
void set ( double );
}
Property Value
Zoom factor used to display the image.
1 means displaying the image at the original width or height (1:1).