rightMargin property
[This documentation is preliminary and is subject to change.]
Sets or gets the right margin for the entire body of the document.
Syntax
HRESULT value = object.put_rightMargin(VARIANT v);HRESULT value = object.get_rightMargin(VARIANT* p);
Property values
Type: VARIANT
the right margin, in pixels.
Remarks
If the value is an empty string, the right margin is on the right edge.
The value set on the property overrides the default margin.
By default, when you set the value of this property, the opposite margin is set to the same value.
Build date: 6/12/2012
Community Additions
Show: