Class DocumentCoverFront.CoverFrontOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
描述 Aspose.Page.XPS.XpsMetadata.DocumentCoverFront 特性选项。
public sealed class DocumentCoverFront.CoverFrontOption : Option, IFeatureItem, IPrintTicketElementChild
继承
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentCoverFront.CoverFrontOption
实现
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 DocumentCoverFront.CoverFrontOption BlankCover
字段值
DocumentCoverFront.CoverFrontOption
NoCover
指定不输出封面。
public static DocumentCoverFront.CoverFrontOption NoCover
字段值
DocumentCoverFront.CoverFrontOption
PrintBack
指定由 “CoverFrontSource” 指示的封面应打印在封面页的背面。如果未指定 Aspose.Page.XPS.XpsMetadata.DocumentCoverFrontSourceAspose.Page.XPS.XpsMetadata.ParameterInit 元素,则应忽略此选项。
public static DocumentCoverFront.CoverFrontOption PrintBack
字段值
DocumentCoverFront.CoverFrontOption
PrintBoth
指定由 “CoverFrontSource” 指示的封面可以在封面页的任一侧打印。如果未指定 Aspose.Page.XPS.XpsMetadata.DocumentCoverFrontSourceAspose.Page.XPS.XpsMetadata.ParameterInit 元素,则应忽略此选项。
public static DocumentCoverFront.CoverFrontOption PrintBoth
字段值
DocumentCoverFront.CoverFrontOption
PrintFront
指定由 “CoverFrontSource” 指示的封面应打印在封面页的正面。如果未指定 Aspose.Page.XPS.XpsMetadata.DocumentCoverFrontSourceAspose.Page.XPS.XpsMetadata.ParameterInit 元素,则应忽略此选项。
public static DocumentCoverFront.CoverFrontOption PrintFront