Dim2Barcode

The base class for 2 dimentional barcodes (Pdf417, MacroPdf417, DataMatrixBarcode and QrCode).

public abstract class Dim2Barcode : TaggablePageElement, ICoordinate, ISerializable
Public MustInherit Class Dim2Barcode
    Inherits TaggablePageElement
    Implements ICoordinate, ISerializable

Inheritance: ObjectPageElementTaggablePageElementDim2Barcode

Implements: ICoordinate, ISerializable

Derived: Aztec, DataMatrixBarcode, MacroPdf417, Pdf417, QrCode

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 angle of the barcode.
ColorGets or sets the Color for the barcode.
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
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)
XGets or sets the X coordinate of the barcode.
XDimensionGets or sets the xDimension of the barcode.
XDimensionMilliMetersGets or sets the XDimensionMilliMeters of the barcode.
XDimensionMilsGets or sets the XDimensionMils of the barcode.
XDimensionsPerCentiMeterGets or sets the XDimensionsPerCentiMeter of the barcode.
XDimensionsPerInchGets or sets the XDimensionsPerInch of the barcode.
YGets or sets the Y coordinate of the barcode.

Methods

Draw(PageWriter)Draws the PDF417 barcode to the given PageWriter class.
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)
GetSymbolHeight()Returns the height required to display the full barcode.
GetSymbolWidth()Returns the width 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.DynamicPDF.PageElements.BarCoding

In this topic