Dart.PowerTCP.Zip Namespace > ArchiveItem Class : CompressionRatio Property |
<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(); }
If the item is not compressed, this property will return 0.