PowerTCP Zip Compression for .NET
CompressedSize Property




Gets the compressed size of the item.
Syntax
<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();
}

Property Value

A long representing the compressed size of the item.
Remarks

If the item is not compressed, this property will return 0.

To get the uncompressed size of the data, use ArchiveItem.Size.

See Also

Reference

ArchiveItem Class
ArchiveItem Members


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