Click or drag to resize
IBaseBarcode Methods

The IBaseBarcode type exposes the following members.

Methods
  NameDescription
Public methodGetLicenseFolder
Returns folder path from which component will load license file (BarcodeLicense.xml).
Public methodGetWidth
Public methodRender(ImageType)
Creates new Bitmap with rendered barcode and returns byte array containing the image.
Public methodRender(ImageType, Single, Single)
Creates new Bitmap with rendered barcode and returns byte array containing the image.
Public methodRenderDpi
Creates new Bitmap with rendered barcode and returns byte array containing the image.
Public methodRenderHbitmap
Creates new Bitmap with rendered Barcode.
Public methodRenderHbitmap(Single, Single)
Creates new Bitmap with rendered Barcode.
Public methodRenderHbitmapDpi
Creates new Bitmap with rendered Barcode.
Public methodSave(String, ImageType)
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
Public methodSave(String, ImageType, Single, Single)
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
Public methodSaveDpi
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
Top
See Also