Barcode

Base class from which all barcode classes are derived.

public abstract class Barcode
Public MustInherit Class Barcode

Inheritance: ObjectBarcode

Derived: AustraliaPost, Aztec, Codabar, Code11, Code128, Code25, Code39, Code93, DataMatrixBarcode, DeutschePostIdentcode, DeutschePostLeitcode, Ean13, Ean13Supplement2, Ean13Supplement5, Ean14, Ean8, Ean8Supplement2, Ean8Supplement5, GS1DataBar, Iata25, IntelligentMailBarcode, Interleaved25, Isbn, IsbnSupplement2, IsbnSupplement5, Ismn, IsmnSupplement2, IsmnSupplement5, Issn, IssnSupplement2, IssnSupplement5, Itf14, Kix, LinearBarcode, MacroPdf417, MsiBarcode, Pdf417, Postnet, QRCode, Rm4scc, SingaporePost, StackedGS1DataBar, TextBarcode, UpcA, UpcASupplement2, UpcASupplement5, UpcBase, UpcE, UpcESupplement2, UpcESupplement5

Licensing Info

This class is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

Properties

BackColorGets or sets the background color of the barcode.
BarcodeMarginGets or Sets the margins of the barcode.
BarColorGets or sets the bar color of the barcode.
UnitGets or sets the unit of the barcode.
XDimensionGets or sets the XDimension of the barcode.

Methods

AddLicense(String)Adds a license key.
Draw(Single, ImageFormat)Draw barcode image.
Draw(Single, Single, ImageFormat)Draw barcode image.
Draw(String, Single, ImageFormat)Draw barcode image.
Draw(String, Single, Single, ImageFormat)Draw barcode image.
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.
GetRequiredSize(Single, Single)Returns the size required to display the full barcode.
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicBarcode.Creator

In this topic