Class DocumentCoverBack.CoverBackOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the Aspose.Page.XPS.XpsMetadata.DocumentCoverBack feature options.
public sealed class DocumentCoverBack.CoverBackOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentCoverBack.CoverBackOption
Implements
IFeatureItem, IPrintTicketElementChild
Inherited Members
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
BlankCover
Specifies a blank cover sheet should be printed.
public static DocumentCoverBack.CoverBackOption BlankCover
Field Value
DocumentCoverBack.CoverBackOption
NoCover
Specifies no cover will be output.
public static DocumentCoverBack.CoverBackOption NoCover
Field Value
DocumentCoverBack.CoverBackOption
PrintBack
Specifies the cover indicated by “CoverBackSource” should be printed on the back side of the cover sheet. If a Aspose.Page.XPS.XpsMetadata.DocumentCoverBackSourceAspose.Page.XPS.XpsMetadata.ParameterInit element is not specified, this Option should be ignored.
public static DocumentCoverBack.CoverBackOption PrintBack
Field Value
DocumentCoverBack.CoverBackOption
PrintBoth
Specifies the cover indicated by “CoverBackSource” may be printed on either sides of the cover sheet. If a Aspose.Page.XPS.XpsMetadata.DocumentCoverBackSourceAspose.Page.XPS.XpsMetadata.ParameterInit element is not specified, this Option should be ignored.
public static DocumentCoverBack.CoverBackOption PrintBoth
Field Value
DocumentCoverBack.CoverBackOption
PrintFront
Specifies the cover indicated by “CoverBackSource” should be printed on the front side of the cover sheet. If a Aspose.Page.XPS.XpsMetadata.DocumentCoverBackSourceAspose.Page.XPS.XpsMetadata.ParameterInit element is not specified, this Option should be ignored.
public static DocumentCoverBack.CoverBackOption PrintFront