'Declaration Public Function Create() As IntPtr
'Usage Dim instance As WriterBase Dim value As IntPtr value = instance.Create()
public IntPtr Create()
public: IntPtr Create();
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.
WriterBase Class WriterBase Members