The zoom mode.

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

Syntax

C#
public enum ZoomMode
Visual Basic
Public Enumeration ZoomMode

Members

Member nameValueDescription
Normal0 Normal zoom mode (meaning, none of the other).
FitEntirePage1 The pages viewer will to fit the entire current page exactly. The ZoomFactor is updated automatically after the window resizes.
FitPageWidth2 The pages viewer will to fit the width of the page exactly. The ZoomFactor is updated automatically after the window resizes.
ActualSize3 The pages viewer will zoom to the actual size (assuming a 72 DPI screen).

See Also