Zoom Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Used to get or set the magnification factor of the displayed pages.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public double Zoom { get; set; }
Visual Basic
Public Property Zoom As Double
	Get
	Set
Visual C++
public:
property double Zoom {
	double get ();
	void set (double value);
}

Remarks

Note that setting the property will cause the viewer's FitModeWidth and FitModeHeight properties to change to None.

See Also