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

ZipByteArrayItem(String, Byte[]) Constructor

Initializes a new instance of the ZipByteArrayItem class with the specified name and content.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public ZipByteArrayItem(
    string name,
    byte[] content
)

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