The BaseBarcode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BaseBarcode | Initializes a new instance of the BaseBarcode class |
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.) |
Properties
| Name | Description | |
|---|---|---|
| BackColor |
Back color.
| |
| BackColorOle |
Back color for OLE.
| |
| BarColor |
Bar color.
| |
| BarColorOle |
Bar color for OLE.
| |
| ChecksumAdd |
True if checksum should be added.
| |
| ChecksumVisible |
True if checksum should be visible in barcode text.
| |
| Code128SetMode |
You can specify the set that should be used when using Code128.
Code128SetMode.BestFitABC is default.
| |
| CustomText |
Custom text which will be rendered instead of Number.
| |
| EAN128IsFNC1OmmitedForFixedLength |
True if FNC1 control character should be ommited for fixed length fields.
This results in shorter barcode. False is default.
| |
| FontHeight |
Fraction of Height which will be reserved for text label.
Between 0 and 1.0. Default is 0.15
| |
| FontName |
Font name that will be used for any text on barcode image.
| |
| FontStyle |
Font style that will be used for any text on barcode image.
| |
| ForeColor |
Text color.
| |
| ForeColorOle |
Text color for OLE.
| |
| Height |
Barcode height in pixels.
| |
| IsNumberVisible |
True if text should be visible in rendered barcode.
| |
| LeftQuietZone |
Gets or sets quiet zone size.
If SetMarginsAutomatically is set to true always returns this.NarrowBarWidth*9.
| |
| NarrowBarWidth |
Width of the narrow bar in rendered barcode in pixels.
| |
| Number |
Barcode number. Separate supplement with ',' char.
| |
| Ratio |
Wide/narrow bar ratio.
| |
| RightQuietZone |
Gets or sets quiet zone size.
If SetMarginsAutomatically is set to true always returns this.NarrowBarWidth*9.
| |
| Rotation |
Rotation of the rendered barcode.
| |
| SetMarginsAutomatically |
If set to true RightQuietZone and LeftQuietZone always returns this.NarrowBarWidth*9.
|