Encoding for text strings in a PDF document outside the document's content streams [PDF:1.7:D]. More...
Classes | |
| class | Chars |
Public Member Functions | |
| override string | Decode (byte[] value, int index, int length) |
| override string | Decode (byte[] value) |
| byte[] | Encode (char value) |
| override byte[] | Encode (string value) |
Static Public Member Functions | |
| static PdfDocEncoding | Get () |
Static Public Attributes | |
| static readonly Encoding | Pdf = new PdfEncoding() |
Protected Attributes | |
| BiDictionary< int, char > | chars |
| Code-to-Unicode map. | |
Encoding for text strings in a PDF document outside the document's content streams [PDF:1.7:D].
| override string org.pdfclown.tokens.LatinEncoding.Decode | ( | byte[] | value, | |
| int | index, | |||
| int | length | |||
| ) | [virtual, inherited] |
Implements org.pdfclown.tokens.Encoding.
| override string org.pdfclown.tokens.LatinEncoding.Decode | ( | byte[] | value | ) | [virtual, inherited] |
Implements org.pdfclown.tokens.Encoding.
References org.pdfclown.tokens.LatinEncoding.Decode().
Referenced by org.pdfclown.tokens.LatinEncoding.Decode().
| byte [] org.pdfclown.tokens.Encoding.Encode | ( | char | value | ) | [inherited] |
References org.pdfclown.tokens.Encoding.Encode().
Referenced by org.pdfclown.tokens.Encoding.Encode().
| override byte [] org.pdfclown.tokens.LatinEncoding.Encode | ( | string | value | ) | [virtual, inherited] |
Implements org.pdfclown.tokens.Encoding.
| static PdfDocEncoding org.pdfclown.tokens.PdfDocEncoding.Get | ( | ) | [static] |
BiDictionary<int,char> org.pdfclown.tokens.LatinEncoding.chars [protected, inherited] |
Code-to-Unicode map.
readonly Encoding org.pdfclown.tokens.Encoding.Pdf = new PdfEncoding() [static, inherited] |
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:40 2013 for PDF Clown 0.1.2 by
1.6.3