Class SaveOptions

Class SaveOptions

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.2.0)

This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format.

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

public abstract class SaveOptions

Inheritance

objectSaveOptions

Inherited Members

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

Remarks

An instance of the Aspose.Words.Saving.SaveOptions class or any derived class is passed to the stream Aspose.Words.Document.Save(System.IO.Stream,Aspose.Words.Saving.SaveOptions) or string Aspose.Words.Document.Save(System.String,Aspose.Words.Saving.SaveOptions) overloads for the user to define custom options when saving a document.

 English