2012-12-10 79 views
1

我使用Winnovative HTML to PDF轉換器,並始終獲得頁腳行,即使我已將PdfFooterOptions.DrawFooterLine設置爲false。我正在調用HtmlToPdfArea方法在頁腳中創建內容。Winnovative HTML到PDF頁腳線

有沒有人見過這種行爲?

回答

0

我使用下面,對我的工作的罰款希望這幫助

pdfConverter.PdfFooterOptions.AddTextArea(new TextArea(250, 10, 50, "Page &p; of &P;", new Font(new FontFamily("Arial"), 8))); 
     pdfConverter.PdfFooterOptions.DrawFooterLine = false;