Zooms the contents of the TextControl.

Introduced: X18.

<void> TXTextControl.zoom(<number> zoomFactor, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
zoomFactor Specifies the zoom factor, in percent. This can also be one of the values of the TXTextControl.SpecialZoomFactor enumeration.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.