Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ZipByteArrayItem.Content Property

Gets or sets the content of the zip item created from the byte array.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public byte[] Content { get; set; }

Property Value

Type Description
Byte[]

A Byte[] array of bytes that is the data for archiving.

See Also