Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.4.0)
Describes the Aspose.Page.XPS.XpsMetadata.DocumentSeparatorSheet feature options.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
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
BothSheets
Specifies a separator sheet at the start and end of the document.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Field Value
DocumentSeparatorSheet . DocumentSeparatorSheetOption
EndSheet
Specifies a separator sheet at the end of the document.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Field Value
DocumentSeparatorSheet . DocumentSeparatorSheetOption
None
Specifies no separator sheet(s).
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Field Value
DocumentSeparatorSheet . DocumentSeparatorSheetOption
StartSheet
Specifies a separator sheet at the start of the document.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet