zoom property
Sets or retrieves the magnification scale of the object.
Syntax
HRESULT value = object.put_zoom( v);HRESULT value = object.get_zoom(* 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 IHTMLStyle3::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 IHTMLStyle3::zoom property on a rendered object causes the content that surrounds the object to reflow.
Even though the IHTMLStyle3::zoom property is not inherited, it affects its children. This effect is similar to the transformation caused by the IHTMLBodyElement::background and IHTMLStyle::filter properties.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
Build date: 11/12/2012