Pdf |
The PdfEncoding type exposes the following members.
| Name | Description | |
|---|---|---|
| ASCII | Gets the ASCII encoding. | |
| Byte | Gets the Byte encoding. | |
| PDFDoc | Gets the PDFDoc encoding. | |
| UTF16BE | Gets the UTF-16 Big Endian encoding with leading byte order mark. | |
| WinAnsi | Gets the Windows ANSI encoding. |
| Name | Description | |
|---|---|---|
| GetByteCount | Calculates the number of bytes produced by encoding the characters in the specified string. | |
| GetBytes | Encodes a set of characters from the specified string into the specified byte array. | |
| GetMaxByteCount | Calculates the maximum number of bytes produced by encoding the specified number of characters. | |
| GetString | Decodes a sequence of bytes from the specified byte array into a string. |
| Name | Description | |
|---|---|---|
| GetBytes |
Encodes all the characters in the specified string into a sequence of bytes.
(Defined by PdfEncodingExtensions) | |
| GetString |
Decodes a sequence of bytes from the specified byte array into a string.
(Defined by PdfEncodingExtensions) |