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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Angle | Gets or sets the angle of the barcode. |
Color | Gets or sets the Color for the barcode. |
ID | Gets or sets the ID of the page element. (Inherited from PageElement) |
IgnoreMargins | Gets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property. (Inherited from PageElement) |
PixelsPerXDimension | Gets or Sets the pixels per XDimension |
RelativeTo | Gets and sets placement of the page element on the page. (Inherited from PageElement) |
Tag | Gets or sets the tag of the taggable element. (Inherited from TaggablePageElement) |
TagOrder | Gets or sets the tag order of the taggable element. (Inherited from TaggablePageElement) |
X | Gets or sets the X coordinate of the barcode. |
XDimension | Gets or sets the xDimension of the barcode. |
XDimensionMilliMeters | Gets or sets the XDimensionMilliMeters of the barcode. |
XDimensionMils | Gets or sets the XDimensionMils of the barcode. |
XDimensionsPerCentiMeter | Gets or sets the XDimensionsPerCentiMeter of the barcode. |
XDimensionsPerInch | Gets or sets the XDimensionsPerInch of the barcode. |
Y | Gets 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) |