| BaseBarcode Methods |
The BaseBarcode type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLicenseFolder |
Returns folder path from which component
will load license file (BarcodeLicense.xml).
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWidth | ||
| Render |
Creates new Bitmap with rendered Barcode.
| |
| Render(ImageType) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
| |
| Render(Single, Single) |
Creates new Bitmap with rendered Barcode.
| |
| Render(Graphics, Int32, Int32) |
Renders barcode on specified graphics object.
| |
| Render(ImageType, Single, Single) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
| |
| RenderDpi | ||
| RenderHbitmap |
Creates new Bitmap with rendered Barcode.
| |
| RenderHbitmap(Single, Single) |
Creates new Bitmap with rendered Barcode.
| |
| RenderHbitmapDpi | ||
| Save(Stream, ImageType) |
Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format.
| |
| Save(String, ImageType) |
Creates new Bitmap with rendered Barcode and saves
it to file of imageType format.
| |
| Save(Stream, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format and resolution
| |
| Save(String, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
| |
| SaveDpi | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |