Gets the barcode bitmap.
| C# | Visual Basic | Visual C++ |
public byte[] GetBarcodeBitmap( float dpiX, float dpiY, FILE_FORMAT fileFormat )
Public Function GetBarcodeBitmap ( _ dpiX As Single, _ dpiY As Single, _ fileFormat As FILE_FORMAT _ ) As Byte()
public: array<unsigned char>^ GetBarcodeBitmap( float dpiX, float dpiY, FILE_FORMAT fileFormat )