Back to Devexpress

EncodingType Enum

corelibraries-devexpress-dot-xtraprinting-c8f6bd22.md

latest2.0 KB
Original Source

EncodingType Enum

Lists the types of encoding to be used when a document is exported to a Text-based format.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum EncodingType
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum EncodingType

Members

NameDescription
Default

A document is exported using the system’s current ANSI code page.

| | ASCII |

A document is exported using the ASCII (7-bit) character set.

| | Unicode |

A document is exported using the UTF-16 format with the little-endian byte order.

| | BigEndianUnicode |

A document is exported using the UTF-16 format with the big-endian byte order.

| | UTF7 |

Obsolete. A document is exported using the UTF-7 format.

| | UTF8 |

A document is exported using the UTF-8 format.

| | UTF32 |

A document is exported using the UTF-32 format with the little-endian byte order.

|

The following properties accept/return EncodingType values:

Remarks

Use this enumeration’s members to specify the encoding types of a Text-based format. This enumeration’s values are used by the TextExportOptionsBase.EncodingType property.

See Also

EncodingType

Encoding

DevExpress.XtraPrinting Namespace