TRVHTMLSaveProperties.SaveHeaderAndFooter

<< Click to display table of contents >>

TRVHTMLSaveProperties.SaveHeaderAndFooter

Allows saving header and footer to HTML

property SaveHeaderAndFooter: Boolean;

(introduced in version 21)

If True, a header is saved at the beginning of HTML document, and a footer is saved at the end. Headers and footers are defined by SetHeader/SetFooter methods.

If DocParameters.TitlePage = True, the component uses a header and a footer for the first page. Otherwise, a normal header and footer are used.

If CSS is used (HTMLSavingType = rvhtmlstNormal), headers and footers always use inline CSS (regardless of value of CSSSavingType).

Default value:

False