The zoom mode.
Namespace: TallComponents.Interaction.WinFormsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Normal zoom mode (meaning, none of the other). | |
| FitEntirePage | 1 | The pages viewer will to fit the entire current page exactly. The ZoomFactor is updated automatically after the window resizes. | |
| FitPageWidth | 2 | The pages viewer will to fit the width of the page exactly. The ZoomFactor is updated automatically after the window resizes. | |
| ActualSize | 3 | The pages viewer will zoom to the actual size (assuming a 72 DPI screen). |