HtmlToRtfHeaderFooterFromRtfFile Method |
Set page header/footer from local RTF file.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2024.8.20
Syntax public void FromRtfFile(
string path
)
Public Sub FromRtfFile (
path As String
)
Parameters
- path String
- Path to local RTF file
Remarks This method is very usefull when you want to insert header/footer from existing RTF document
See Also