Syntax
| C# |
|---|
public abstract class BaseBarcode |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class BaseBarcode |
| Visual C++ |
|---|
public ref class BaseBarcode abstract |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| BaseBarcodeBaseBarcodeNew |
Public Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (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 | Overloaded. | |
| RenderHbitmap | Overloaded. | |
| Save | Overloaded. | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| BackColor |
Back color.
| |
| BarColor |
Bar color.
| |
| ChecksumAdd |
True if checksum should be added.
| |
| ChecksumVisible |
True if checksum should be visible in barcode text.
| |
| CustomText |
Custom text which will be rendered instead of Number.
| |
| 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.
| |
| 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 return this.NarrowBarWidth*9.
|
See Also
Lesnikowski.Barcode Namespace