OpticalZoomMax Property



 
The OpticalZoomMax property contains the maximum zoom rate in percent.


Syntax

    [int=] SiteKioskWindow.OpticalZoomMax
    
Possible Values
    Integer that retrieves the maximum zoom rate.

    The property is read only.
Remarks
    This functionality is available for Internet Explorer 7 (and later versions).
Examples
    The following example displays the maximum zoom rate.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKioskWindow.OpticalZoomMax);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.6 (and later versions).

Back to top