useFirstPageHeaderFooter property

bool? useFirstPageHeaderFooter
getter/setter pair

Indicates whether to use the first page header / footer IDs for the first page of the section.

If unset, it inherits from DocumentStyle's use_first_page_header_footer for the first section. If the value is unset for subsequent sectors, it should be interpreted as false. If DocumentMode is PAGELESS, this property will not be rendered. When updating this property, setting a concrete value is required. Unsetting this property results in a 400 bad request error.

Implementation

core.bool? useFirstPageHeaderFooter;