C# Class PdfReportSamples.Barcodes.QRCodeTemplate

Inheritance: IColumnItemsTemplate
Datei anzeigen Open project: VahidN/PdfReport

Public Methods

Method Description
CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell

Method Details

CellRendered() public method

public CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
cell iTextSharp.text.pdf.PdfPCell
position iTextSharp.text.Rectangle
canvases iTextSharp.text.pdf.PdfContentByte
attributes PdfRpt.Core.Contracts.CellAttributes
return void

RenderingCell() public method

public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell
attributes PdfRpt.Core.Contracts.CellAttributes
return iTextSharp.text.pdf.PdfPCell