Class DocumentCoverBack.CoverBackOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
描述 Aspose.Page.XPS.XpsMetadata.DocumentCoverBack 特性选项。
public sealed class DocumentCoverBack.CoverBackOption : Option, IFeatureItem, IPrintTicketElementChild
继承
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentCoverBack.CoverBackOption
实现
IFeatureItem, IPrintTicketElementChild
继承成员
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
字段
BlankCover
指定应打印空白封面。
public static DocumentCoverBack.CoverBackOption BlankCover
字段值
DocumentCoverBack.CoverBackOption
NoCover
指定不输出封面。
public static DocumentCoverBack.CoverBackOption NoCover
字段值
DocumentCoverBack.CoverBackOption
PrintBack
指定由 “CoverBackSource” 指示的封面应打印在封面纸的背面。如果未指定 Aspose.Page.XPS.XpsMetadata.DocumentCoverBackSourceAspose.Page.XPS.XpsMetadata.ParameterInit 元素,则应忽略此选项。
public static DocumentCoverBack.CoverBackOption PrintBack
字段值
DocumentCoverBack.CoverBackOption
PrintBoth
指定由 “CoverBackSource” 指示的封面可以在封面纸的任一侧打印。如果未指定 Aspose.Page.XPS.XpsMetadata.DocumentCoverBackSourceAspose.Page.XPS.XpsMetadata.ParameterInit 元素,则应忽略此选项。
public static DocumentCoverBack.CoverBackOption PrintBoth
字段值
DocumentCoverBack.CoverBackOption
PrintFront
指定由 “CoverBackSource” 指示的封面应打印在封面纸的正面。如果未指定 Aspose.Page.XPS.XpsMetadata.DocumentCoverBackSourceAspose.Page.XPS.XpsMetadata.ParameterInit 元素,则应忽略此选项。
public static DocumentCoverBack.CoverBackOption PrintFront