ZoomOptionsSettings.IsOnlyPosition

Syntax

IsOnlyPosition: boolean;

Description

The IsOnlyPosition property determines a method for applying the specified zoom value by means of CSS.

Comments

Available values:

NOTE. The zoom field is not supported in Mozilla Firefox.

The property value is set in the ZoomOptions constructor or using the setIsOnlyPosition method. The property value is returned using the getIsOnlyPosition method.

The zoom value specified in the zoom or transform field should match the value of the ZoomOptions.setZoom method or the Zoom property in the ZoomOptions constructor. The property value (true or false) should also match with the value of the ZoomOptions.setIsCssZoom method or the IsCssZoom property in the ZoomOptions constructor.

Example

The property use is given in the example for ZoomOptionsSettings.Zoom.

See also:

ZoomOptionsSettings