Class DocumentSavingArgs
Class DocumentSavingArgs
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.4.0)
An argument passed into Aspose.Words.Saving.IDocumentSavingCallback.Notify(Aspose.Words.Saving.DocumentSavingArgs).
To learn more, visit the Save a Document documentation article.
public sealed class DocumentSavingArgs
Inheritance
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; }