C# 클래스 PdfRpt.FluentInterface.XHtmlFooterProviderBuilder

Defines dynamic footer of the pages by using iTextSharp's HTML to PDF capabilities (XmlWorker class).
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddPageFooter ( string>.Func footer ) : void

Returns dynamic HTML content of the page footer.

PageFooterProperties ( XFooterBasicProperties properties ) : void

Properties of page footers.

메소드 상세

AddPageFooter() 공개 메소드

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

PageFooterProperties() 공개 메소드

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