Dart.PowerTCP.Zip Namespace > Archive Class : ProgressSize Property |
<DescriptionAttribute("Specifies the frequency for raising the progress event, based on the number of kilobytes processed.")> <DefaultValueAttribute()> <CategoryAttribute("Archive")> Public Property ProgressSize As Integer
Dim instance As Archive Dim value As Integer instance.ProgressSize = value value = instance.ProgressSize
[Description("Specifies the frequency for raising the progress event, based on the number of kilobytes processed.")] [DefaultValue()] [Category("Archive")] public int ProgressSize {get; set;}
[Description("Specifies the frequency for raising the progress event, based on the number of kilobytes processed.")] [DefaultValue()] [Category("Archive")] public: __property int get_ProgressSize(); public: __property void set_ProgressSize( int value );
[Description("Specifies the frequency for raising the progress event, based on the number of kilobytes processed.")] [DefaultValue()] [Category("Archive")] public: property int ProgressSize { int get(); void set ( int value); }
The Archive.Progress event is raised in the frequency specified by ProgressSize as the bytes are processed during a compression or decompression operation. The maximum value is 32768 (32 megabytes) and the minimum is 8 (kilobytes).