Enum Level
Enumerates several zoom levels.
Namespace: Sig.SignAPI.Zoom
Assembly: SigSignAPI.dll
Syntax
public enum Level
Fields
| Name | Description |
|---|---|
| FitHeight | The height of the page fits the display. |
| FitPage | The page is completely visible. |
| FitWidth | The width of the page fits the display. |
| Intermediate | Intermediate zoom levels are below the Maximum level and above the FitPage level. |
| Maximum | The maximum zoom level. |