Enum ZoomMode
Sets the current zoom factor.
Namespace: PSPDFKit.UI
Assembly: PSPDFKit.dll
Syntax
public enum ZoomMode
Fields
| Name | Description |
|---|---|
| Auto | Generates a zoomLevel that will automatically align the page for the best viewing experience. |
| FitToViewPort | Uses a zoomLevel that will fit the current page into the viewport completely. |
| FitToWidth | Uses a zoomLevel that will fit the width of the broadest page into the viewport. The height might overflow. |
| ZoomFactor | The zoomLevel is set to a specific multiplier. See ZoomFactor. |