Get or set the zoom factor. A zoom factor of one means that a point (1/72 inch) corresponds to 1 pixel. In other words, the PDF is displayed at a resolution of 72 DPI.

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

Syntax

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

Implements

IViewer..::..ZoomFactor

Remarks

The ZoomFactor will be clipped to the MinZoom, MaxZoom boundaries.

See Also