Method | Description | |
---|---|---|
ClosingDocument ( |
Fires before closing the document
|
|
DefaultFooterProvider ( IPdfFont pdfRptFont, string printDate, PdfRunDirection direction ) : System |
Our DefaultFooter writes current date and page numbers at the bottom of the pages.
|
|
DocumentOpened ( |
Fires when the document is opened.
|
|
PageFinished ( |
Fires when a page is finished, just before being written to the document.
|
Method | Description | |
---|---|---|
addPrintDate ( |
||
addTotalPageNumebersTemplate ( |
||
initTemplate ( |
||
setFinalPageNumber ( |
public ClosingDocument ( |
||
writer | PdfWriter | |
document | PDF Document | |
columnCellsSummaryData | IList |
List of all rows summaries data |
return | void |
public DefaultFooterProvider ( IPdfFont pdfRptFont, string printDate, PdfRunDirection direction ) : System | ||
pdfRptFont | IPdfFont | Selected font |
printDate | string | Current date |
direction | PdfRunDirection | rtl or ltr |
return | System |
public DocumentOpened ( |
||
writer | PdfWriter | |
columnCellsSummaryData | IList |
List of all rows summaries data |
return | void |
public PageFinished ( |
||
writer | PdfWriter | |
document | PDF Document | |
columnCellsSummaryData | IList |
List of all rows summaries data |
return | void |