
Gets or sets the zoom behavior of the DocumentServer.Web.DocumentViewer.
[C#]
public ZoomLevel ZoomTo { get; set; }
[Visual Basic]
Public Property ZoomTo() As ZoomLevel
| Value | Description | |
| ControlWidth | The current page is zoomed to a size, which makes the horizontal scroll bar unnecessary. | |
| FixedSize | The document is zoomed to the value specified by the DocumentServer.Web.DocumentViewer.ZoomFactor property. | |
| WholePage | The current page is zoomed to a size that allows to view it as a whole. |
The property's default value is ControlWidth.