Click or drag to resize

HtmlHeadersFootersExportMode Enumeration

Specifies how headers and footers are exported to HTML and MHTML.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public enum HtmlHeadersFootersExportMode
Members
Member nameValueDescription
None0 Headers and footers are not exported.
PerSection1 Primary headers and footers are exported at the beginning and the end of each section.
FirstSectionHeaderLastSectionFooter2 Primary header of the first section is exported at the beginning of the document and primary footer is at the end.
FirstPageHeaderFooterPerSection3 First page header and footer are exported at the beginning and the end of each section.
See Also