GemBox.Pdf.Text Namespace
Contains classes and interfaces that implement various encodings that pair character codes (obtained from PdfString) with Unicode values (obtained from System.String) as specified in the PDF Specification ISO 32000-1:2008, section '7.9.2 String Object Types'. The base class of all encodings is PdfEncoding.
Classes
PdfEncoding | Represents a base class for all types used for transforming a System.String into a sequence of bytes and vice versa. |
PdfEncodingExtensions | A type that extends IPdfEncoding interface. |
Interfaces
IPdfEncoding | Represents an interface used for transforming a System.String into a sequence of bytes and vice versa. |