Skip to main content

ZipItem.Encoding Property

Gets or sets the character encoding for the zip item.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding object that specifies character encoding. By default it is UTF-8.

Remarks

The Encoding value is used for proper conversion of the text content of the ZipTextItem into a stream for archiving.

See Also