C# Class PdfRpt.FluentInterface.XHtmlFooterProviderBuilder

Defines dynamic footer of the pages by using iTextSharp's HTML to PDF capabilities (XmlWorker class).
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

PageFooterProperties() public méthode

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