CodeDataMatrix ClassTerminal Works - PDF Printing.Net Library
Defines the DataMatrix 2D barcode. THIS IS AN EMPIRA INTERNAL IMPLEMENTATION. THE CODE IN THE OPEN SOURCE VERSION IS A FAKE.
Inheritance Hierarchy

SystemObject
  PdfEdit.Drawing.BarCodesCodeBase
    PdfEdit.Drawing.BarCodesMatrixCode
      PdfEdit.Drawing.BarCodesCodeDataMatrix

Namespace: PdfEdit.Drawing.BarCodes
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class CodeDataMatrix : MatrixCode

The CodeDataMatrix type exposes the following members.

Constructors

  NameDescription
Public methodCodeDataMatrix
Initializes a new instance of CodeDataMatrix.
Public methodCodeDataMatrix(String, Int32)
Initializes a new instance of CodeDataMatrix.
Public methodCodeDataMatrix(String, Int32, XSize)
Initializes a new instance of CodeDataMatrix.
Public methodCodeDataMatrix(String, Int32, Int32)
Initializes a new instance of CodeDataMatrix.
Public methodCodeDataMatrix(String, DataMatrixEncoding, Int32, XSize)
Initializes a new instance of CodeDataMatrix.
Public methodCodeDataMatrix(String, Int32, Int32, XSize)
Initializes a new instance of CodeDataMatrix.
Public methodCodeDataMatrix(String, Int32, Int32, Int32)
Initializes a new instance of CodeDataMatrix.
Public methodCodeDataMatrix(String, DataMatrixEncoding, Int32, Int32, XSize)
Initializes a new instance of CodeDataMatrix.
Public methodCodeDataMatrix(String, String, Int32, Int32, Int32, XSize)
Initializes a new instance of CodeDataMatrix.
Top
Methods

  NameDescription
Protected methodCheckCode
Determines whether the specified string can be used as data in the DataMatrix.
(Overrides MatrixCodeCheckCode(String).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRender
Renders the matrix code.
(Overrides MatrixCodeRender(XGraphics, XBrush, XPoint).)
Public methodSetEncoding
Sets the encoding of the DataMatrix.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAnchor
Always MiddleCenter.
(Inherited from CodeBase.)
Public propertyColumns
docDaSt
(Inherited from MatrixCode.)
Public propertyDirection
Gets or sets the drawing direction.
(Inherited from CodeBase.)
Public propertyEncoding
Gets or sets the encoding. docDaSt
(Inherited from MatrixCode.)
Public propertyQuietZone
Gets or sets the size of the Matrix' Quiet Zone.
Public propertyRows
docDaSt
(Inherited from MatrixCode.)
Public propertySize
Gets or sets the size.
(Inherited from CodeBase.)
Public propertyText
docDaSt
(Inherited from MatrixCode.)
Top
See Also

Reference