Dart.PowerTCP.Zip Namespace > ArchiveItem Class : CompressedSize Property |
<CategoryAttribute("ArchiveItem")> <DescriptionAttribute("The compressed data size of this item object")> <DefaultValueAttribute()> Public ReadOnly Property CompressedSize As Long
Dim instance As ArchiveItem Dim value As Long value = instance.CompressedSize
[Category("ArchiveItem")] [Description("The compressed data size of this item object")] [DefaultValue()] public long CompressedSize {get;}
[Category("ArchiveItem")] [Description("The compressed data size of this item object")] [DefaultValue()] public: __property long get_CompressedSize();
[Category("ArchiveItem")] [Description("The compressed data size of this item object")] [DefaultValue()] public: property int64 CompressedSize { int64 get(); }
If the item is not compressed, this property will return 0.
To get the uncompressed size of the data, use ArchiveItem.Size.