Retrieves the right margin, in pixels, for the entire body of the page and overrides the default margin.
Syntax
HRESULT get_rightMargin( VARIANT *p );
Parameters
- p
- Address of a VARIANT structure that receives the right margin. For details, see the rightMargin property.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
get_bottomMargin, get_leftMargin, get_topMargin
Sets the right margin, in pixels, for the entire body of the page and overrides the default margin.
Syntax
HRESULT put_rightMargin( VARIANT v );
Parameters
- v
- VARIANT structure that contains a string or value that specifies the right margin to set. For details, see the rightMargin property.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
put_bottomMargin, put_leftMargin, put_topMargin