AnsiEncoding ClassTerminal Works - PDF Printing.Net Library
An encoder for PDF AnsiEncoding.
Inheritance Hierarchy

SystemObject
  System.TextEncoding
    PdfEdit.Pdf.InternalAnsiEncoding

Namespace: PdfEdit.Pdf.Internal
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class AnsiEncoding : Encoding

The AnsiEncoding type exposes the following members.

Constructors

  NameDescription
Public methodAnsiEncoding
Initializes a new instance of the AnsiEncoding class
Top
Methods

  NameDescription
Public methodClone
When overridden in a derived class, creates a shallow copy of the current Encoding object.
(Inherited from Encoding.)
Public methodEquals
Determines whether the specified Object is equal to the current instance.
(Inherited from Encoding.)
Public methodGetByteCount(Char)
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
(Inherited from Encoding.)
Public methodGetByteCount(String)
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified String.
(Inherited from Encoding.)
Public methodGetByteCount(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.)
Public methodGetByteCount(Char, Int32, Int32)
Gets the byte count.
(Overrides EncodingGetByteCount(Char, Int32, Int32).)
Public methodGetBytes(Char)
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
(Inherited from Encoding.)
Public methodGetBytes(String)
When overridden in a derived class, encodes all the characters in the specified String into a sequence of bytes.
(Inherited from Encoding.)
Public methodGetBytes(Char, Int32, Int32)
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
(Inherited from Encoding.)
Public methodGetBytes(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.)
Public methodGetBytes(String, Int32, Int32, Byte, Int32)
When overridden in a derived class, encodes a set of characters from the specified String into the specified byte array.
(Inherited from Encoding.)
Public methodGetBytes(Char, Int32, Int32, Byte, Int32)
Gets the bytes.
(Overrides EncodingGetBytes(Char, Int32, Int32, Byte, Int32).)
Public methodGetCharCount(Byte)
When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.
(Inherited from Encoding.)
Public methodGetCharCount(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.)
Public methodGetCharCount(Byte, Int32, Int32)
Gets the character count.
(Overrides EncodingGetCharCount(Byte, Int32, Int32).)
Public methodGetChars(Byte)
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
(Inherited from Encoding.)
Public methodGetChars(Byte, Int32, Int32)
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.
(Inherited from Encoding.)
Public methodGetChars(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.)
Public methodGetChars(Byte, Int32, Int32, Char, Int32)
Gets the chars.
(Overrides EncodingGetChars(Byte, Int32, Int32, Char, Int32).)
Public methodGetDecoder
When overridden in a derived class, obtains a decoder that converts an encoded sequence of bytes into a sequence of characters.
(Inherited from Encoding.)
Public methodGetEncoder
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.)
Public methodGetHashCode
Returns the hash code for the current instance.
(Inherited from Encoding.)
Public methodGetMaxByteCount
When overridden in a derived class, calculates the maximum number of bytes produced by encoding the specified number of characters.
(Overrides EncodingGetMaxByteCount(Int32).)
Public methodGetMaxCharCount
When overridden in a derived class, calculates the maximum number of characters produced by decoding the specified number of bytes.
(Overrides EncodingGetMaxCharCount(Int32).)
Public methodGetPreamble
When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
(Inherited from Encoding.)
Public methodGetString(Byte)
When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
(Inherited from Encoding.)
Public methodGetString(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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAlwaysNormalized
Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
(Inherited from Encoding.)
Public methodIsAlwaysNormalized(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.)
Public methodStatic memberIsAnsi1252Char
Indicates whether the specified Unicode character is available in the ANSI code page 1252.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberUnicodeToAnsi
Maps Unicode to ANSI code page 1252.
Top
Properties

  NameDescription
Public propertyBodyName
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.)
Public propertyCodePage
When overridden in a derived class, gets the code page identifier of the current Encoding.
(Inherited from Encoding.)
Public propertyDecoderFallback
Gets or sets the DecoderFallback object for the current Encoding object.
(Inherited from Encoding.)
Public propertyEncoderFallback
Gets or sets the EncoderFallback object for the current Encoding object.
(Inherited from Encoding.)
Public propertyEncodingName
When overridden in a derived class, gets the human-readable description of the current encoding.
(Inherited from Encoding.)
Public propertyHeaderName
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.)
Public propertyIsBrowserDisplay
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.)
Public propertyIsBrowserSave
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.)
Public propertyIsMailNewsDisplay
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.)
Public propertyIsMailNewsSave
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.)
Public propertyIsReadOnly
When overridden in a derived class, gets a value indicating whether the current encoding is read-only.
(Inherited from Encoding.)
Public propertyIsSingleByte
When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points.
(Inherited from Encoding.)
Public propertyWebName
When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding.
(Inherited from Encoding.)
Public propertyWindowsCodePage
When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding.
(Inherited from Encoding.)
Top
See Also

Reference