| IBaseBarcode Methods |
The IBaseBarcode type exposes the following members.
| Name | Description | |
|---|---|---|
| GetLicenseFolder |
Returns folder path from which component
will load license file (BarcodeLicense.xml).
| |
| GetWidth | ||
| Render(ImageType) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
| |
| Render(ImageType, Single, Single) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
| |
| RenderDpi |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
| |
| RenderHbitmap |
Creates new Bitmap with rendered Barcode.
| |
| RenderHbitmap(Single, Single) |
Creates new Bitmap with rendered Barcode.
| |
| RenderHbitmapDpi |
Creates new Bitmap with rendered Barcode.
| |
| Save(String, ImageType) |
Creates new Bitmap with rendered Barcode and saves
it to file of imageType format.
| |
| Save(String, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
| |
| SaveDpi |
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
|