PdfEncoding Class
Represents a base class for all types used for transforming a System.String into a sequence of bytes and vice versa.
public abstract class PdfEncoding : IPdfEncoding
Public MustInherit Class PdfEncoding
Implements IPdfEncoding
- Inheritance:
- System.ObjectPdfEncoding
Implements
Properties
ASCII
Gets the ASCII encoding.
public static PdfEncoding ASCII { get; }
Public Shared ReadOnly Property ASCII As PdfEncoding
Property Value
The ASCII encoding.
Byte
Gets the Byte encoding.
Property Value
The Byte encoding.
PDFDoc
Gets the PDFDoc encoding.
public static PdfEncoding PDFDoc { get; }
Public Shared ReadOnly Property PDFDoc As PdfEncoding
Property Value
The PDFDoc encoding.
UTF16BE
Gets the UTF-16 Big Endian encoding with leading byte order mark.
public static PdfEncoding UTF16BE { get; }
Public Shared ReadOnly Property UTF16BE As PdfEncoding
Property Value
The UTF-16 Big Endian encoding with leading byte order mark.