ZipItem.Encoding Property
In This Article
Gets or sets the character encoding for the zip item.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.2.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