OpticalZoomMin Property



 
The OpticalZoomMin property contains the minimum zoom rate in percent.


Syntax

    [int=] SiteKioskWindow.OpticalZoomMin
    
Possible Values
    Integer that retrieves the minimum 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 minimum zoom rate.

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

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

Back to top