MatrixCode ClassTerminal Works - PDF Printing.Net Library
Represents the base class of all 2D codes.
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 abstract class MatrixCode : CodeBase

The MatrixCode type exposes the following members.

Constructors

  NameDescription
Public methodMatrixCode
Initializes a new instance of the MatrixCode class.
Top
Methods

  NameDescription
Protected methodCheckCode
Determines whether the specified string can be used as Text for this matrix code type.
(Overrides CodeBaseCheckCode(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
When implemented in a derived class renders the 2D code.
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
Public propertyDirection
Gets or sets the drawing direction.
(Inherited from CodeBase.)
Public propertyEncoding
Gets or sets the encoding. docDaSt
Public propertyRows
docDaSt
Public propertySize
Gets or sets the size.
(Inherited from CodeBase.)
Public propertyText
docDaSt
Top
See Also

Reference