LinearBarcode
Base class from which all linear barcodes are derived.
public abstract class LinearBarcode : Barcode
Public MustInherit Class LinearBarcode
Inherits Barcode
Inheritance: ObjectBarcodeLinearBarcode
Derived: AustraliaPost, Codabar, Code11, Code128, Code25, Code39, Code93, DeutschePostIdentcode, DeutschePostLeitcode, Ean14, GS1DataBar, Iata25, IntelligentMailBarcode, Interleaved25, Itf14, Kix, MsiBarcode, Postnet, Rm4scc, SingaporePost, TextBarcode
Licensing Info
This class is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicBarcode Creator selected.
- A DynamicBarcode Creator for .NET v2.X Developer license.
Properties
BackColor | Gets or sets the background color of the barcode. (Inherited from Barcode) |
BarcodeMargin | Gets or Sets the margins of the barcode. (Inherited from Barcode) |
BarColor | Gets or sets the bar color of the barcode. (Inherited from Barcode) |
SymbolHeight | Gets or sets symbol height of barcode. |
Unit | Gets or sets the unit of the barcode. (Inherited from Barcode) |
Value | Gets or sets the value of barcode. |
XDimension | Gets or sets the XDimension of the barcode. (Inherited from Barcode) |
Methods
Draw(Single, ImageFormat) | Draw barcode image. (Inherited from Barcode) |
Draw(Single, Single, ImageFormat) | Draw barcode image. (Inherited from Barcode) |
Draw(String, Single, ImageFormat) | Draw barcode image. (Inherited from Barcode) |
Draw(String, Single, Single, ImageFormat) | Draw barcode image. (Inherited from Barcode) |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetRecommendedQuietZone(Single, Single) | Gets the recommanded quietzone of the barcode. (Inherited from Barcode) |
GetRequiredSize(Single, Single) | Returns the size required to display the full barcode. (Inherited from Barcode) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |