marginRight property

Dimension? marginRight
getter/setter pair

The right page margin of the section.

If unset, the value defaults to margin_right from DocumentStyle. Updating the right margin causes columns in this section to resize. Since the margin affects column width, it's applied before column properties. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.

Implementation

Dimension? marginRight;