PowerTCP Zip Compression for .NET
Format Property




Gets the compression format of the archive.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property Format As Format
Dim instance As Archive
Dim value As Format
 
value = instance.Format
[Browsable(false)]
public Format Format {get;}
[Browsable(false)]
public: __property Format get_Format();
[Browsable(false)]
public:
property Format Format {
   Format get();
}

Property Value

Format value, specifying the archive format. There is no default value, as this property is initialized when an archive is opened.
Remarks

This value is available after an archive has been loaded using Archive.Open. If a gZip archive is loaded and Archive.Zip is called, Format.Zip is used for the compression operation.

See Also

Reference

Archive Class
Archive Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic