Overload List

  NameDescription
Public methodGetBarcodeImage()()()()
Gets a System.Drawing.Image object of the barcode image.
Public methodGetBarcodeImage(ImageFormat)
Gets a byte array that represents the barcode image.
Public methodGetBarcodeImage(Single)
Gets a System.Drawing.Bitmap object of the barcode image at the specified resolution.
Public methodGetBarcodeImage(String)
Gets a byte array that represents the barcode image based on the specified MIME image format.
Public methodGetBarcodeImage(ImageFormat, Single)
Gets a byte array that represents the barcode image at the specified resolution.
Public methodGetBarcodeImage(Single, SizeF)
Gets a System.Drawing.Image object of the barcode image fitting the bars into the specified size.
Public methodGetBarcodeImage(ImageFormat, Single, SizeF)
Gets a byte array that represents the barcode image fitting the bars into the specified size.

See Also