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




In This Topic
Create Method
In This Topic
The main method for creating barcodes. It creates a DIB (Device Independent Bitmap) containing the barcode.
Syntax
'Declaration
 
Public Function Create() As IntPtr
 
'Usage
 
Dim instance As WriterBase
Dim value As IntPtr
 
value = instance.Create()
Remarks

The Create method returns the handle of the newly created DIB containing the barcode.

It is the responsibility of the caller to free this resource when the DIB is no longer needed.

See Also