C# Class PdfRpt.FluentInterface.XHtmlFooterProviderBuilder

Defines dynamic footer of the pages by using iTextSharp's HTML to PDF capabilities (XmlWorker class).
ファイルを表示 Open project: VahidN/PdfReport Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddPageFooter ( string>.Func footer ) : void

Returns dynamic HTML content of the page footer.

PageFooterProperties ( XFooterBasicProperties properties ) : void

Properties of page footers.

Method Details

AddPageFooter() public method

Returns dynamic HTML content of the page footer.
public AddPageFooter ( string>.Func footer ) : void
footer string>.Func
return void

PageFooterProperties() public method

Properties of page footers.
public PageFooterProperties ( XFooterBasicProperties properties ) : void
properties PdfRpt.Core.Contracts.XFooterBasicProperties
return void