Class DocumentLoadingArgs

Class DocumentLoadingArgs

Namespace: Aspose.Words.Loading
Assembly: Aspose.Words.dll (25.3.0)

An argument passed into Aspose.Words.Loading.IDocumentLoadingCallback.Notify(Aspose.Words.Loading.DocumentLoadingArgs).

To learn more, visit the Specify Load Options documentation article.

public sealed class DocumentLoadingArgs

Inheritance

objectDocumentLoadingArgs

Inherited Members

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

Properties

EstimatedProgress

Overall estimated percentage progress.

public double EstimatedProgress { get; }

Property Value

double