Gets or sets the zoom behavior of the DocumentServer.Web.DocumentViewer.

Syntax

public ZoomLevel ZoomTo { get; set; }
Public Property ZoomTo() As ZoomLevel

Members

Member 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.

Remarks

The property's default value is ControlWidth.