UpcBase

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

public abstract class UpcBase : BarCode, ICoordinate, ISerializable
Public MustInherit Class UpcBase
    Inherits BarCode
    Implements ICoordinate, ISerializable

Inheritance: ObjectPageElementTaggablePageElementRotatingPageElementBarCodeUpcBase

Implements: ICoordinate, ISerializable

Derived: Ean13, Ean13Sup2, Ean13Sup5, Ean8, Ean8Sup2, Ean8Sup5, Isbn, IsbnSup2, IsbnSup5, Ismn, IsmnSup2, IsmnSup5, Issn, IssnSup2, IssnSup5, UpcVersionA, UpcVersionASup2, UpcVersionASup5, UpcVersionE, UpcVersionESup2, UpcVersionESup5

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Properties

AngleGets or sets the heights of the angle element.
(Inherited from RotatingPageElement)
ColorGets or sets the Color of the barcode.
(Inherited from BarCode)
HeightGets or sets the heights of the page element.
(Inherited from RotatingPageElement)
IDGets or sets the ID of the page element.
(Inherited from PageElement)
IgnoreMarginsGets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property.
(Inherited from PageElement)
PixelsPerXDimensionGets or Sets the pixels per XDimension
(Inherited from BarCode)
RelativeToGets and sets placement of the page element on the page.
(Inherited from PageElement)
TagGets or sets the tag of the taggable element.
(Inherited from TaggablePageElement)
TagOrderGets or sets the tag order of the taggable element.
(Inherited from TaggablePageElement)
ValueGets or sets the value of the barcode.
(Inherited from BarCode)
XGets or sets the X coordinate of the page element.
(Inherited from RotatingPageElement)
XDimensionGets or sets the XDimension of the barcode.
(Inherited from BarCode)
XDimensionMilliMetersGets or sets the XDimensionMilliMeters of the barcode.
(Inherited from BarCode)
XDimensionMilsGets or sets the XDimensionMils of the barcode.
(Inherited from BarCode)
XDimensionsPerCentiMeterGets or sets the XDimensionsPerCentiMeter of the barcode.
(Inherited from BarCode)
XDimensionsPerInchGets or sets the XDimensionsPerInch of the barcode.
(Inherited from BarCode)
YGets or sets the Y coordinate of the page element.
(Inherited from RotatingPageElement)

Methods

Draw(PageWriter)Draws the page element to the given PageWriter object.
(Inherited from RotatingPageElement)
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)
GetSymbolWidth()Returns the width required to display the full barcode.
(Inherited from BarCode)
GetType()Gets the Type of the current instance.
(Inherited from Object)
SetScale(Single)Sets the scale of the barcode.
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.PageElements.BarCoding

In this topic