Gets or sets the zoom factor, in percent, for a Text Control.

Syntax

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

Limitations

The zoom factor must be between 10 and ushort.MaxValue percent, when the TextControl.ViewMode property has been set to PageView or Normal. For the other modes the zoom factor must be between 10 and 400 percent.