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 < 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 је број байта након екстракције.

 Српски