ZipByteArrayItem.Content Property
Gets or sets the content of the zip item created from the byte array.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.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