ZipItem.Encoding Property
Gets or sets the character encoding for the zip item.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
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