Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Image CreateImageWithBarcode( PdfContentByte cb, Color barColor, Color textColor ) |
| Visual Basic |
|---|
Public Function CreateImageWithBarcode ( _ cb As PdfContentByte, _ barColor As Color, _ textColor As Color _ ) As Image |
| Visual C++ |
|---|
public: Image^ CreateImageWithBarcode( PdfContentByte^ cb, Color^ barColor, Color^ textColor ) |