PdfRpt.FooterTemplates.XHtmlFooterProvider.DocumentOpened C# (CSharp) Method

DocumentOpened() public method

Fires when the document is opened.
public DocumentOpened ( PdfWriter writer, IList columnCellsSummaryData ) : void
writer iTextSharp.text.pdf.PdfWriter PdfWriter
columnCellsSummaryData IList List of all rows summaries data
return void
        public void DocumentOpened(PdfWriter writer, IList<SummaryCellData> columnCellsSummaryData)
        {
            initTemplate(writer);
        }