Click or drag to resize
PdfIdentityHEncoding Methods

The PdfIdentityHEncoding type exposes the following members.

Methods
  Name Description
Public method GetByteCount(Char) (Overrides EncodingGetByteCount(Char).)
Public method GetByteCount(String) (Overrides EncodingGetByteCount(String).)
Public method GetByteCount(Char, Int32, Int32) (Overrides EncodingGetByteCount(Char, Int32, Int32).)
Public method GetBytes(Char) (Overrides EncodingGetBytes(Char).)
Public method GetBytes(String) (Overrides EncodingGetBytes(String).)
Public method GetBytes(Char, Int32, Int32) (Overrides EncodingGetBytes(Char, Int32, Int32).)
Public method GetBytes(Char, Int32, Int32, Byte, Int32)
Do not call this method directly
(Overrides EncodingGetBytes(Char, Int32, Int32, Byte, Int32).)
Public method GetBytes(String, Int32, Int32, Byte, Int32)
Do not call this method directly
(Overrides EncodingGetBytes(String, Int32, Int32, Byte, Int32).)
Public method GetCharCount(Byte) (Overrides EncodingGetCharCount(Byte).)
Public method GetCharCount(Byte, Int32, Int32) (Overrides EncodingGetCharCount(Byte, Int32, Int32).)
Public method GetChars(Byte) (Overrides EncodingGetChars(Byte).)
Public method GetChars(Byte, Int32, Int32) (Overrides EncodingGetChars(Byte, Int32, Int32).)
Public method GetChars(Byte, Int32, Int32, Char, Int32) (Overrides EncodingGetChars(Byte, Int32, Int32, Char, Int32).)
Public method GetMaxByteCount (Overrides EncodingGetMaxByteCount(Int32).)
Public method GetMaxCharCount (Overrides EncodingGetMaxCharCount(Int32).)
Public method GetPreamble (Overrides EncodingGetPreamble.)
Top
See Also