Class SaveOutputParameters
Class SaveOutputParameters
名称: Aspose.Words.Saving 集合: Aspose.Words.dll (25.4.0)
此项目在保存文档后返回召唤者,并包含额外的信息已在存储操作中产生或计算,通话者可以使用或忽略此对象。
要了解更多,请参观 Save a Document 文档文章。
public class SaveOutputParameters
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
ContentType
返回内容类型(Internet Media Type)字符串,识别保存文档的类型。
public string ContentType { get; }