TRVPrint.FacingPages

<< Click to display table of contents >>

TRVPrint.FacingPages

Enables using different headers and footers on odd and even pages.

property FacingPages: Boolean;

(introduced in version 15)

If False, normal headers and footers are used on all pages.

If True, normal headers and footers are used on odd pages, special headers and footers are used on even pages.

If some header or footer is not defined (nil), it is not shown.

Default value:

False

See also properties:

TitlePage;

MirrorMargins.

See also methods:

SetHeader;

SetFooter;

AssignDocParameters.