Skip to main content

ZipTextItem(String) Constructor

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

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v24.1.dll

NuGet Package: DevExpress.Document.Processor

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