Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
Der Name: Aspose.Page.XPS.XpsMetadata Versammlung: Aspose.Page.dll (25.4.0)
Beschreibt die Aspose.Page.XPS.XpsMetadata.DocumentSeparatorSheet Funktionsmöglichkeiten.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
Implements
IFeatureItem , IPrintTicketElementChild
Vererbte Mitglieder
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
Angeben Sie einen Separatorblatt am Anfang und am Ende des Dokuments.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Feldwert
DocumentSeparatorSheet . DocumentSeparatorSheetOption
EndSheet
Angeben Sie einen Separatorblatt am Ende des Dokuments.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Feldwert
DocumentSeparatorSheet . DocumentSeparatorSheetOption
None
Es wird keine separatorische Sheet(s) angegeben).
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Feldwert
DocumentSeparatorSheet . DocumentSeparatorSheetOption
StartSheet
Angeben Sie einen Separatorblatt am Anfang des Dokuments.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet