HtmlToRtfHeaderFooterFromHtmlFile Method |
Set page header/footer from any HTML file.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2025.3.18
Syntaxpublic void FromHtmlFile(
string path
)
Public Sub FromHtmlFile (
path As String
)
Parameters
- path String
- Path to local HTML file
RemarksWe don't recommend to use complex HTML documents as header or footer. The best is using simple HTML table with text and images as header/footer.
See Also