units property
Sets or retrieves the height and width units of the embed object.
Syntax
HRESULT value = object.put_units( v);HRESULT value = object.get_units(* p);
Property values
Type: BSTR
-
Height and width are in pixels. For more information about the supported length units, see CSS Length Units.
-
Height and width are relative to the height and width of the element's font. For more information about the supported length units, see CSS Length Units.
Show: