Gets or sets the zoom factor in percent.

Syntax

public int ZoomFactor { get; set; }
Public Property ZoomFactor() As Integer

Limitations

The zoom factor must be between 10 and 400 percent. Also, setting the zoom factor only has an effect, if the DocumentServer.Web.DocumentViewer.ZoomTo property is set to ZoomLevel.FixedSize.