Represents a Identity-H character encoding
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PdfIdentityHEncoding(GdiFontMetrics) | Initializes a new instance of the PdfIdentityHEncoding class | |
| BodyName |
When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags.
(Inherited from Encoding.) | |
| Clone()()()() |
When overridden in a derived class, creates a shallow copy of the current Encoding object.
(Inherited from Encoding.) | |
| CodePage |
When overridden in a derived class, gets the code page identifier of the current Encoding.
(Inherited from Encoding.) | |
| DecoderFallback |
Gets or sets the DecoderFallback object for the current Encoding object.
(Inherited from Encoding.) | |
| EncoderFallback |
Gets or sets the EncoderFallback object for the current Encoding object.
(Inherited from Encoding.) | |
| EncodingName |
When overridden in a derived class, gets the human-readable description of the current encoding.
(Inherited from Encoding.) | |
| Equals(Object) |
Determines whether the specified Object is equal to the current instance.
(Inherited from Encoding.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetByteCount(array<Char>[]()[][]) | (Overrides Encoding.GetByteCount(array<Char>[]()[][]).) | |
| GetByteCount(String) | (Overrides Encoding.GetByteCount(String).) | |
| GetByteCount(array<Char>[]()[][], Int32, Int32) | (Overrides Encoding.GetByteCount(array<Char>[]()[][], Int32, Int32).) | |
| GetByteCount(Char*, Int32) |
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.
(Inherited from Encoding.) | |
| GetBytes(array<Char>[]()[][]) | (Overrides Encoding.GetBytes(array<Char>[]()[][]).) | |
| GetBytes(String) | (Overrides Encoding.GetBytes(String).) | |
| GetBytes(array<Char>[]()[][], Int32, Int32) | (Overrides Encoding.GetBytes(array<Char>[]()[][], Int32, Int32).) | |
| GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) |
Do not call this method directly
(Overrides Encoding.GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32).) | |
| GetBytes(String, Int32, Int32, array<Byte>[]()[][], Int32) |
Do not call this method directly
(Overrides Encoding.GetBytes(String, Int32, Int32, array<Byte>[]()[][], Int32).) | |
| GetBytes(Char*, Int32, Byte*, Int32) |
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.
(Inherited from Encoding.) | |
| GetCharCount(array<Byte>[]()[][]) | (Overrides Encoding.GetCharCount(array<Byte>[]()[][]).) | |
| GetCharCount(array<Byte>[]()[][], Int32, Int32) | (Overrides Encoding.GetCharCount(array<Byte>[]()[][], Int32, Int32).) | |
| GetCharCount(Byte*, Int32) |
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.
(Inherited from Encoding.) | |
| GetChars(array<Byte>[]()[][]) | (Overrides Encoding.GetChars(array<Byte>[]()[][]).) | |
| GetChars(array<Byte>[]()[][], Int32, Int32) | (Overrides Encoding.GetChars(array<Byte>[]()[][], Int32, Int32).) | |
| GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32) | (Overrides Encoding.GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32).) | |
| GetChars(Byte*, Int32, Char*, Int32) |
When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.
(Inherited from Encoding.) | |
| GetDecoder()()()() |
When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters.
(Inherited from Encoding.) | |
| GetEncoder()()()() |
When overridden in a derived class, obtains an encoder that converts a sequence of Unicode characters into an encoded sequence of bytes.
(Inherited from Encoding.) | |
| GetHashCode()()()() |
Returns the hash code for the current instance.
(Inherited from Encoding.) | |
| GetMaxByteCount(Int32) | (Overrides Encoding.GetMaxByteCount(Int32).) | |
| GetMaxCharCount(Int32) | (Overrides Encoding.GetMaxCharCount(Int32).) | |
| GetPreamble()()()() | (Overrides Encoding.GetPreamble()()()().) | |
| GetString(array<Byte>[]()[][]) |
When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
(Inherited from Encoding.) | |
| GetString(array<Byte>[]()[][], Int32, Int32) |
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.
(Inherited from Encoding.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HeaderName |
When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags.
(Inherited from Encoding.) | |
| IsAlwaysNormalized()()()() |
Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
(Inherited from Encoding.) | |
| IsAlwaysNormalized(NormalizationForm) |
When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form.
(Inherited from Encoding.) | |
| IsBrowserDisplay |
When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for displaying content.
(Inherited from Encoding.) | |
| IsBrowserSave |
When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for saving content.
(Inherited from Encoding.) | |
| IsMailNewsDisplay |
When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for displaying content.
(Inherited from Encoding.) | |
| IsMailNewsSave |
When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for saving content.
(Inherited from Encoding.) | |
| IsReadOnly |
When overridden in a derived class, gets a value indicating whether the current encoding is read-only.
(Inherited from Encoding.) | |
| IsSingleByte |
When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points.
(Inherited from Encoding.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Metrics | ||
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| WebName |
When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding.
(Inherited from Encoding.) | |
| WindowsCodePage |
When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding.
(Inherited from Encoding.) |
Maps 2-byte character codes ranging from 0 to 65,535 to
the same 2-byte CID value, interpreted high-order byte first