Class Bzip2LoadOptions

Class Bzip2LoadOptions

نام ها : Aspose.Zip.Bzip2 جمع آوری: Aspose.Zip.dll (25.5.0)

گزینه های بارگذاری Aspose.Zip.Bzip2.Bzip2Archive. حاوی رویداد بر روی استخراج.

public class Bzip2LoadOptions

Inheritance

object Bzip2LoadOptions

اعضای ارثی

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Bzip2LoadOptions()

public Bzip2LoadOptions()

ExtractionProgressed

این رویداد هنگامی که برخی از بایت ها برداشته شده است، مطرح شد.

public event EventHandler<progresseventargs> ExtractionProgressed

نوع رویداد

EventHandler &lt؛ ProgressEventArgs >

Examples

Bzip2LoadOptions loadOptions = new Bzip2LoadOptions(); 
loadOptions.ExtractionProgressed += (s, e) =&gt; { percent = (int) ((double)(100 * e.ProceededBytes) / originalFileLength); };

Remarks

فرستنده رویداد Aspose.Zip.Bzip2.Bzip2Archive است که استخراج پیشرفت می کند.The Aspose.Zip.ProgressEventArgs.ProceededBytes تعداد بایت ها پس از استخراج است.

 فارسی