TRVDocParameters.FacingPages

<< Click to display table of contents >>

TRVDocParameters.FacingPages

Instructs to use different headers and footers for odd and even pages.

property FacingPages: Boolean;

This property is not used by TRichView components, but it can be written and read from RVF (RichView Format), RTF (Rich Text Format) and DocX files.

TRVPrint.AssignFromDocParameters assigns this property to TRVPrint.FacingPages.

In TRichViewEdit, you can change this property as an editing operation, see TRichViewEdit.SetIntPropertyEd.

Headers and footers are assigned to TRichView using SetHeader and SetFooter methods.

Default value:

False

See also:

TitlePage