zoom property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the magnification scale of the object.
Syntax
HRESULT value = object.put_zoom(VARIANT v);HRESULT value = object.get_zoom(VARIANT* p);
Property values
Type: VARIANT
normal (normal)
Default. Magnification scale is normal. The object renders normal size.
number (number)
Floating-point number that specifies the magnification scale, where 1.0 is normal.
percentage (percentage)
Integer, followed by a %. The value is a percentage of the magnification scale, where 100% is normal.
String format
normal number percentage
CSS information
Applies To | All elements |
Media | visual |
Inherited | no |
Initial Value |
Standards information
There are no standards that apply here.
Remarks
Windows Internet Explorer 8. The -ms-zoom attribute is an extension to CSS, and can be used as a synonym for zoom in IE8 Standards mode.
Setting the value of the -ms-zoom property on a rendered object causes the content that surrounds the object to reflow.
Even though the -ms-zoom property is not inherited, it affects its children. This effect is similar to the transformation caused by the background and -ms-filter properties.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
Build date: 1/23/2012