Accusoft.BarcodeXpress9.Net
CreateBitmap Method
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace > WriterBase Class : CreateBitmap Method




Glossary Item Box

The method for creating bitmap barcodes.

Syntax

 
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()

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

©2013. Accusoft Corporation. All Rights Reserved.