Overload List

  NameDescription
GetBarcodeImage()()()
Gets a System.Drawing.Image object of the barcode image.
GetBarcodeImage(ImageFormat)
Gets a byte array that represents the barcode image.
GetBarcodeImage(Single)
Gets a System.Drawing.Image object of the barcode image at the specified resolution.
GetBarcodeImage(ImageFormat, Single)
Gets a byte array that represents the barcode image at the specified resolution.
GetBarcodeImage(Single, SizeF)
Gets a System.Drawing.Image object of the barcode image fitting the bars into the specified size.
GetBarcodeImage(ImageFormat, Single, SizeF)
Gets a byte array that represents the barcode image fitting the bars into the specified size.

See Also