Skip to main content
A newer version of this page is available. .

ZipTextItem(String) Constructor

Initializes a new instance of the ZipTextItem class with the specified name.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public ZipTextItem(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the name of the zip item.

Remarks

By default, UTF8 encoding is specified.

You can also use the ZipArchive.AddText method to create a ZipTextItem instance and add it to archive.

See Also