ZipByteArrayItem(String, Byte[]) Constructor
Initializes a new instance of the ZipByteArrayItem class with the specified name and content.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the name of the zip item. |
content | Byte[] | A Byte[] array to compress and store in a zip item. |
See Also