PowerTCP Zip Compression for .NET
Size Property (Archive)




Gets the number of uncompressed bytes by summing the size of all files in the archive.
Syntax
<BrowsableAttribute(False)>
<DescriptionAttribute("The uncompressed data size of all ArchiveItems")>
Public ReadOnly Property Size As Long
Dim instance As Archive
Dim value As Long
 
value = instance.Size
[Browsable(false)]
[Description("The uncompressed data size of all ArchiveItems")]
public long Size {get;}
[Browsable(false)]
[Description("The uncompressed data size of all ArchiveItems")]
public: __property long get_Size();
[Browsable(false)]
[Description("The uncompressed data size of all ArchiveItems")]
public:
property int64 Size {
   int64 get();
}

Property Value

Long
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