C# Класс iTextSharp.text.pdf.BarcodePostnet

Наследование: Barcode
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BarcodePostnet ( ) : System
CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
GetBarsPostnet ( string text ) : byte[]
PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle

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

BarcodePostnet() публичный метод

public BarcodePostnet ( ) : System
Результат System

CreateDrawingImage() публичный метод

public CreateDrawingImage ( System foreground, System background ) : System.Drawing.Image
foreground System
background System
Результат System.Drawing.Image

GetBarsPostnet() публичный статический метод

public static GetBarsPostnet ( string text ) : byte[]
text string
Результат byte[]

PlaceBarcode() публичный метод

public PlaceBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Rectangle
cb PdfContentByte
barColor Color
textColor Color
Результат iTextSharp.text.Rectangle