​
​
​

Zooms the contents of the TextViewGenerator.

​ Introduced: X14.

Zoom(Int)

​public void Zoom(int zoomFactor);
​Public Sub Zoom(ByVal zoomFactor As Integer)

Zoom(ZoomOption)

​public void Zoom(ZoomOption zoomOption);
​Public Sub Zoom(ByVal zoomOption As ZoomOption)

Parameters

Parameter Description
zoomFactor Specifies the zoom factor, in percent.
zoomOption Specifies one of the ZoomOption values.
​