Click or drag to resize
PdfIdentityHEncoding Class
Represents a Identity-H character encoding
Inheritance Hierarchy
SystemObject
  System.TextEncoding
    Kettic.PdfPdfIdentityHEncoding

Namespace: Kettic.Pdf
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class PdfIdentityHEncoding : Encoding

The PdfIdentityHEncoding type exposes the following members.

Constructors
  NameDescription
Public methodPdfIdentityHEncoding
Top
Methods
  NameDescription
Public methodGetByteCount(Char) (Overrides EncodingGetByteCount(Char).)
Public methodGetByteCount(String) (Overrides EncodingGetByteCount(String).)
Public methodGetByteCount(Char, Int32, Int32) (Overrides EncodingGetByteCount(Char, Int32, Int32).)
Public methodGetBytes(Char) (Overrides EncodingGetBytes(Char).)
Public methodGetBytes(String) (Overrides EncodingGetBytes(String).)
Public methodGetBytes(Char, Int32, Int32) (Overrides EncodingGetBytes(Char, Int32, Int32).)
Public methodGetBytes(Char, Int32, Int32, Byte, Int32)
Do not call this method directly
(Overrides EncodingGetBytes(Char, Int32, Int32, Byte, Int32).)
Public methodGetBytes(String, Int32, Int32, Byte, Int32)
Do not call this method directly
(Overrides EncodingGetBytes(String, Int32, Int32, Byte, Int32).)
Public methodGetCharCount(Byte) (Overrides EncodingGetCharCount(Byte).)
Public methodGetCharCount(Byte, Int32, Int32) (Overrides EncodingGetCharCount(Byte, Int32, Int32).)
Public methodGetChars(Byte) (Overrides EncodingGetChars(Byte).)
Public methodGetChars(Byte, Int32, Int32) (Overrides EncodingGetChars(Byte, Int32, Int32).)
Public methodGetChars(Byte, Int32, Int32, Char, Int32) (Overrides EncodingGetChars(Byte, Int32, Int32, Char, Int32).)
Public methodGetMaxByteCount (Overrides EncodingGetMaxByteCount(Int32).)
Public methodGetMaxCharCount (Overrides EncodingGetMaxCharCount(Int32).)
Public methodGetPreamble (Overrides EncodingGetPreamble.)
Top
Properties
  NameDescription
Public propertyMetrics
Top
Remarks
Maps 2-byte character codes ranging from 0 to 65,535 to the same 2-byte CID value, interpreted high-order byte first
See Also