PowerTCP Zip Compression for .NET
ProgressSize Property




Gets or sets the frequency to raise the Progress event.
Syntax
<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);
}

Property Value

An integer specifying the frequency to raise the Progress event. The default value is 1024.
Remarks

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).

See Also

Reference

Archive Class
Archive Members


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