PdfCharacterCode Class

Describes a PDF character code.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfCharacterCode

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfCharacterCode
VB
Public NotInheritable Class PdfCharacterCode

The PdfCharacterCode type exposes the following members.

Properties

  NameDescription
Public propertyFont
Gets the PDF font for this character code.
Public propertyLength
Gets the length of this character code in bytes.
Public propertyValue
Gets the value of this character code.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Remarks

Text in PDF documents is defined by a combination of font and character codes for that font. Sequences of character codes constitute CosString objects.

Character codes are used to:

    See Also