The zoom factor to use when displaying the page. 1 means actual size; 2 means magnify twice.

Namespace: TallComponents.PDF.Navigation
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public double ZoomFactor { get; internal set; }
Visual Basic
Public Property ZoomFactor As Double
	Get
	Friend Set

Remarks

double.NaN is used for: n/a or 'use the current value', this depends on the PageDisplay value.

Setting this value is not allowed for all PageDisplay values, see PageDisplay enum for details.

See Also