Gets a System.Drawing.Image object of the barcode image.

Overload List

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);

See Also

BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace