Gets or sets the initial zoom factor.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

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

Field Value

The zoom factor.

Remarks

This value is only used when ZoomMode is set to ZoomFactor.

See Also