PowerTCP Zip Compression for .NET
CompressionRatio Property




Gets the compression percentage of the item
Syntax
<DefaultValueAttribute()>
<DescriptionAttribute("The percentage of the compression")>
<CategoryAttribute("ArchiveItem")>
Public ReadOnly Property CompressionRatio As Integer
Dim instance As ArchiveItem
Dim value As Integer
 
value = instance.CompressionRatio
[DefaultValue()]
[Description("The percentage of the compression")]
[Category("ArchiveItem")]
public int CompressionRatio {get;}
[DefaultValue()]
[Description("The percentage of the compression")]
[Category("ArchiveItem")]
public: __property int get_CompressionRatio();
[DefaultValue()]
[Description("The percentage of the compression")]
[Category("ArchiveItem")]
public:
property int CompressionRatio {
   int get();
}

Property Value

An integer representing the compression percentage of the item
Remarks

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

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