HtmlHeadersFootersExportMode Enumeration |
Specifies how headers and footers are exported to HTML and MHTML.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic enum HtmlHeadersFootersExportMode
Public Enumeration HtmlHeadersFootersExportMode
MembersMember name | Value | Description |
---|
None | 0 |
Headers and footers are not exported.
|
PerSection | 1 |
Primary headers and footers are exported at the beginning and the end of each section.
|
FirstSectionHeaderLastSectionFooter | 2 |
Primary header of the first section is exported at the beginning of the document and
primary footer is at the end.
|
FirstPageHeaderFooterPerSection | 3 |
First page header and footer are exported at the beginning and the end of each section.
|
See Also