iTextSharp.text.pdf.Barcode.CreateImageWithBarcode C# (CSharp) 메소드

CreateImageWithBarcode() 공개 메소드

public CreateImageWithBarcode ( PdfContentByte cb, Color barColor, Color textColor ) : Image
cb PdfContentByte
barColor Color
textColor Color
리턴 Image
        public Image CreateImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor) {
            return Image.GetInstance(CreateTemplateWithBarcode(cb, barColor, textColor));
        }