AnsiEncoding PropertiesTerminal Works - PDF Printing.Net Library

The AnsiEncoding type exposes the following members.

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