Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration Public Function CreateBitmap() As Bitmap
'Usage Dim instance As WriterBase Dim value As Bitmap value = instance.CreateBitmap()
The CreateBitmap method returns a bitmap barcode.
It is the responsibility of the caller to free this resource when no longer needed using the Dispose method.