Zoom to the actual size of the PDF page assuming a 72 DPI display.

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

Syntax

C#
public void ZoomToActualSize()
Visual Basic
Public Sub ZoomToActualSize

Remarks

Calling this method is equivalent to setting the ZoomFactor to 1.

See Also