Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfCharacterCode
Public NotInheritable Class PdfCharacterCode
The PdfCharacterCode type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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: