TXTextControl.SpecialZoomFactor Object

Determines the special zoom factor values for property TXTextControl.zoomFactor.

Syntax

[JavaScript]
{
    PageWidth: -1,
    WholePage: -2,
    TextWidth: -3,
}

Properties

Property Description
PageWidth The zoom factor is calculated so that the complete width of a page becomes visible.
TextWidth The zoom factor is calculated so that the complete text of a line becomes visible.
WholePage The zoom factor is calculated so that the current visible page becomes completely visible.