DefaultZoomLevel Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Defines the default Zoom level when a new document is openened with FitModeWidth and FitModeHeight set to PageViewModes.Zoom. If set to null, a new document will open with the same zoom level as the current document.

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

Syntax

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

See Also