CodeBase ClassTerminal Works - PDF Printing.Net Library
Represents the base class of all codes.
Inheritance Hierarchy

SystemObject
  PdfEdit.Drawing.BarCodesCodeBase
    PdfEdit.Drawing.BarCodesBarCode
    PdfEdit.Drawing.BarCodesMatrixCode

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

public abstract class CodeBase

The CodeBase type exposes the following members.

Constructors

  NameDescription
Public methodCodeBase
Initializes a new instance of the CodeBase class.
Top
Methods

  NameDescription
Public methodStatic memberCalcDistance
Calculates the distance between an old anchor point and a new anchor point.
Protected methodCheckCode
When implemented in a derived class, determines whether the specified string can be used as Text for this bar code type.
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.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAnchor
Always MiddleCenter.
Public propertyDirection
Gets or sets the drawing direction.
Public propertySize
Gets or sets the size.
Public propertyText
Gets or sets the text the bar code shall represent.
Top
See Also

Reference