Set header/footer from any URL
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
Parameters
- url
- String
URL as string
Remarks
We don't recommend to use complex web-sites as header or footer. The best is using simple HTML table with text and images as header/footer.


Examples
SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf(); h.PageStyle.PageHeader.FromHtmlURL(@"http://mysite.com/header.htm");
Dim h As New SautinSoft.HtmlToRtf() h.PageStyle.PageHeader.FromHtmlURL("http://mysite.com/header.htm")