Class SaveOutputParameters

Class SaveOutputParameters

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

This object is returned to the caller after a document is saved and contains additional information that has been generated or calculated during the save operation. The caller can use or ignore this object.

To learn more, visit the Save a Document documentation article.

public class SaveOutputParameters

Inheritance

objectSaveOutputParameters

Inherited Members

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

Properties

ContentType

Returns the Content-Type string (Internet Media Type) that identifies the type of the saved document.

public string ContentType { get; }

Property Value

string