Method | Description | |
---|---|---|
ClosingDocument ( |
Fires before closing the document
|
|
DocumentOpened ( |
Fires when the document is opened.
|
|
PageFinished ( |
Fires when a page is finished, just before being written to the document.
|
Method | Description | |
---|---|---|
createTable ( string html ) : |
||
initTemplate ( |
||
setFinalPageNumber ( |
public ClosingDocument ( |
||
writer | PdfWriter | |
document | PDF Document | |
columnCellsSummaryData | IList |
List of all rows summaries data |
return | void |
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 |