The BaseBarcode type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(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 | (Inherited from Object.) |