UpcBase

Base class from which UPC, EAN, and JAN barcode are derived.

public abstract class UpcBase : Barcode
Public MustInherit Class UpcBase
    Inherits Barcode

Inheritance: ObjectBarcodeUpcBase

Derived: Ean13, Ean13Supplement2, Ean13Supplement5, Ean8, Ean8Supplement2, Ean8Supplement5, Isbn, IsbnSupplement2, IsbnSupplement5, Ismn, IsmnSupplement2, IsmnSupplement5, Issn, IssnSupplement2, IssnSupplement5, UpcA, UpcASupplement2, UpcASupplement5, 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.
(Inherited from Barcode)
BarcodeMarginGets or Sets the margins of the barcode.
(Inherited from Barcode)
BarColorGets or sets the bar color of the barcode.
(Inherited from Barcode)
SymbolHeightGet or set symbol height of the barcode.
UnitGets or sets the unit of the barcode.
(Inherited from Barcode)
ValueGet or set value of the barcode.
XDimensionGets 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)

See Also

ceTe.DynamicBarcode.Creator

In this topic