Table of Contents

Class PdfCharacterCode

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Describes a PDF character code.

public sealed class PdfCharacterCode
Inheritance
PdfCharacterCode
Inherited Members

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:

    The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.

    Properties

    Font

    Gets the PDF font for this character code.

    Length

    Gets the length of this character code in bytes.

    Value

    Gets the value of this character code.