Skip to main content

ZipByteArrayItem(String, Byte[]) Constructor

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

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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