Barcode Xpress for .NET Core v13.9 - Updated
CreateBitmap Method




Accusoft.BarcodeXpressSdk Namespace > WriterBase Class : CreateBitmap Method
The method for creating bitmap barcodes.
Syntax
'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(); 
Remarks

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.

See Also

Reference

WriterBase Class
WriterBase Members

Is this page helpful?
Yes No
Thanks for your feedback.