ZipByteArrayItem.Content Property
In This Article
Gets or sets the content of the zip item created from the byte array.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Property Value
Type | Description |
---|---|
Byte[] | A Byte[] array of bytes that is the data for archiving. |
See Also