'Declaration Public Function CreateBitmap() As Bitmap
'Usage Dim instance As WriterBase Dim value As Bitmap value = instance.CreateBitmap()
public Bitmap CreateBitmap()
public: Bitmap* CreateBitmap();
public: Bitmap^ 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.
WriterBase Class WriterBase Members
©2017. Accusoft Corporation. All Rights Reserved.