Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / WriterBase Class / CreateBitmap Method




In This Topic
CreateBitmap Method
In This Topic
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()
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