The BarcodeMSI type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CalculateChecksum |
Calculates modulo 10 checksum.
| |
| 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).
(Inherited from BaseBarcode.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetWidth | (Inherited from BaseBarcode.) | |
| Render()()()() |
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.) | |
| Render(ImageType) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
(Inherited from BaseBarcode.) | |
| Render(Single, Single) |
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.) | |
| Render(Graphics, Int32, Int32) |
Renders barcode on specified graphics object.
(Inherited from BaseBarcode.) | |
| Render(ImageType, Single, Single) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
(Inherited from BaseBarcode.) | |
| RenderDpi | (Inherited from BaseBarcode.) | |
| RenderHbitmap()()()() |
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.) | |
| RenderHbitmap(Single, Single) |
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.) | |
| RenderHbitmapDpi | (Inherited from BaseBarcode.) | |
| Save(Stream, ImageType) |
Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format.
(Inherited from BaseBarcode.) | |
| Save(String, ImageType) |
Creates new Bitmap with rendered Barcode and saves
it to file of imageType format.
(Inherited from BaseBarcode.) | |
| Save(Stream, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to the stream
with specified image format and resolution
(Inherited from BaseBarcode.) | |
| Save(String, ImageType, Single, Single) |
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
(Inherited from BaseBarcode.) | |
| SaveDpi | (Inherited from BaseBarcode.) | |
| ToString | (Inherited from Object.) |