PDF serialization encoding [PDF:1.6:3.1]. More...
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 Attributes | |
| static readonly Encoding | Pdf = new PdfEncoding() |
PDF serialization encoding [PDF:1.6:3.1].
PDF can be entirely represented using byte values corresponding to the visible printable subset of the ASCII character set, plus white space characters such as space, tab, carriage return, and line feed characters. However, a PDF file is not restricted to the ASCII character set; it can contain arbitrary 8-bit bytes.
| override string org.pdfclown.tokens.PdfEncoding.Decode | ( | byte[] | value, | |
| int | index, | |||
| int | length | |||
| ) | [virtual] |
Implements org.pdfclown.tokens.Encoding.
| override string org.pdfclown.tokens.PdfEncoding.Decode | ( | byte[] | value | ) | [virtual] |
Implements org.pdfclown.tokens.Encoding.
| 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.PdfEncoding.Encode | ( | string | value | ) | [virtual] |
Implements org.pdfclown.tokens.Encoding.
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