C# Класс PdfRpt.ColumnsItemsTemplates.BarcodeField

Displaying current cell's data as a Barcode
Наследование: IColumnItemsTemplate
Показать файл Открыть проект

Открытые методы

Метод Описание
BarcodeField ( Barcode barcode ) : System

Displaying current cell's data as a Barcode.

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

This method is called at the end of the cell's rendering.

RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell

Custom cell's content template as a PdfPCell.

Описание методов

BarcodeField() публичный Метод

Displaying current cell's data as a Barcode.
public BarcodeField ( Barcode barcode ) : System
barcode iTextSharp.text.pdf.Barcode An instance of iTextSharp.text.pdf.BarcodeXYZ
Результат System

CellRendered() публичный Метод

This method is called at the end of the cell's rendering.
public CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
cell iTextSharp.text.pdf.PdfPCell The current cell
position iTextSharp.text.Rectangle The coordinates of the cell
canvases iTextSharp.text.pdf.PdfContentByte An array of PdfContentByte to add text or graphics
attributes PdfRpt.Core.Contracts.CellAttributes Current cell's custom attributes
Результат void

RenderingCell() публичный Метод

Custom cell's content template as a PdfPCell.
public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell
attributes PdfRpt.Core.Contracts.CellAttributes
Результат iTextSharp.text.pdf.PdfPCell