Class JobPrimaryCoverFront.CoverFrontOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.4.0)
Describes the Aspose.Page.XPS.XpsMetadata.JobPrimaryCoverFront feature options.
public sealed class JobPrimaryCoverFront.CoverFrontOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← JobPrimaryCoverFront.CoverFrontOption
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 readonly JobPrimaryCoverFront.CoverFrontOption BlankCover
Field Value
JobPrimaryCoverFront . CoverFrontOption
NoCover
Specifies no cover will be output.
public static readonly JobPrimaryCoverFront.CoverFrontOption NoCover
Field Value
JobPrimaryCoverFront . CoverFrontOption
PrintBack
Specifies the cover indicated by “CoverFrontSource” should be printed on the back side of the cover sheet. If a Aspose.Page.XPS.XpsMetadata.JobPrimaryCoverFrontSourceAspose.Page.XPS.XpsMetadata.ParameterInit element is not specified, this Option should be ignored.
public static readonly JobPrimaryCoverFront.CoverFrontOption PrintBack
Field Value
JobPrimaryCoverFront . CoverFrontOption
PrintBoth
Specifies the cover indicated by “CoverFrontSource” may be printed on either side of the cover sheet. If a Aspose.Page.XPS.XpsMetadata.JobPrimaryCoverFrontSourceAspose.Page.XPS.XpsMetadata.ParameterInit element is not specified, this Option should be ignored.
public static readonly JobPrimaryCoverFront.CoverFrontOption PrintBoth
Field Value
JobPrimaryCoverFront . CoverFrontOption
PrintFront
Specifies the cover indicated by “CoverFrontSource” should be printed on the front side of the cover sheet. If a Aspose.Page.XPS.XpsMetadata.JobPrimaryCoverFrontSourceAspose.Page.XPS.XpsMetadata.ParameterInit element is not specified, this Option should be ignored.
public static readonly JobPrimaryCoverFront.CoverFrontOption PrintFront