Namespace: Spire.Compression.Zip
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public ZipArchiveItem AddItem( string itemName, Stream data, bool bControlStream, FileAttributes attributes )
Public Function AddItem ( itemName As String, data As Stream, bControlStream As Boolean, attributes As FileAttributes ) As ZipArchiveItem
public: ZipArchiveItem^ AddItem( String^ itemName, Stream^ data, bool bControlStream, FileAttributes attributes )
member AddItem : itemName : string * data : Stream * bControlStream : bool * attributes : FileAttributes -> ZipArchiveItem