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 abstract Rectangle PlaceBarcode( PdfContentByte cb, Color barColor, Color textColor ) |
Visual Basic |
---|
Public MustOverride Function PlaceBarcode ( _ cb As PdfContentByte, _ barColor As Color, _ textColor As Color _ ) As Rectangle |
Visual C++ |
---|
public: virtual Rectangle^ PlaceBarcode( PdfContentByte^ cb, Color^ barColor, Color^ textColor ) abstract |