ZipArchive.AddText(String, String, Encoding) Method
Creates a text zip item and adds it to archive.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that is the name of the text zip item. |
content | String | A string that is the text to compress and store in a text zip item. |
encoding | Encoding | A Encoding object that specifies character encoding of the compressed text. |
Returns
Type | Description |
---|---|
ZipTextItem | A ZipTextItem object that is the compressed text item in an archive. |
See Also