BarcodeProfessional GetBarcodeImage Method Neodynamic Barcode Professional SDK for .NET Class Reference
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.Image object of the barcode image at the specified resolution.
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 and resolution.
Public methodGetBarcodeImage(Single, Single)
Gets a System.Drawing.Image object of the barcode image at the specified horizontal and vertical resolutions.
Public methodGetBarcodeImage(ImageFormat, Single, SizeF)
Gets a byte array that represents the barcode image fitting the bars into the specified size.
Public methodGetBarcodeImage(ImageFormat, Single, Single)
Gets a byte array that represents the barcode image at the specified horizontal and vertical resolutions.
Public methodGetBarcodeImage(Single, Single, SizeF)
Gets a System.Drawing.Image object of the barcode image fitting the bars into the specified size and resolutions.
Public methodGetBarcodeImage(ImageFormat, Single, Single, SizeF)
Gets a byte array that represents the barcode image fitting the bars into the specified size and resolutions.
Back to Top
See Also