Gets a System.Drawing.Image object of the barcode image.
Gets a System.Drawing.Image object of the barcode image.
public Bitmap GetBarcodeImage();
Gets a byte array that represents the barcode image.
public byte[] GetBarcodeImage(ImageFormat);
Gets a byte array that represents the barcode image at the specified resolution.
public byte[] GetBarcodeImage(ImageFormat,float);
Gets a byte array that represents the barcode image fitting the bars into the specified size measured in inches.
public byte[] GetBarcodeImage(ImageFormat,float,SizeF);
Gets a System.Drawing.Bitmap object of the barcode image at the specified resolution.
public Bitmap GetBarcodeImage(float);
Gets a System.Drawing.Bitmap object of the barcode image fitting the bars into the specified size measured in inches.
public Bitmap GetBarcodeImage(float,SizeF);
Gets a System.Drawing.Bitmap object of the barcode image fitting the bars into the specified size measured in inches. It also performs the scaling of the Font in order to accommodate it to the desired size.
public Bitmap GetBarcodeImage(float,SizeF,bool);
BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace