This topic has not yet been rated - Rate this topic

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

px

Height and width are in pixels. For more information about the supported length units, see CSS Length Units.

em

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.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.