flipPageOrientation property

bool? flipPageOrientation
getter/setter pair

Indicates whether to flip the dimensions of DocumentStyle's page_size for this section, which allows changing the page orientation between portrait and landscape.

If unset, the value inherits from DocumentStyle's flip_page_orientation. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.

Optional.

Implementation

core.bool? flipPageOrientation;