ZipByteArrayItem.Content Property
Gets or sets the content of the zip item created from the byte array.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Byte[] | A Byte[] array of bytes that is the data for archiving. |
See Also