Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Opisuje opcje funkcji Aspose.Page.XPS.XpsMetadata.DocumentSeparatorSheet.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Dziedziczenie
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
Implementuje
IFeatureItem, IPrintTicketElementChild
Członkowie dziedziczeni
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Pola
BothSheets
Określa kartę separatora na początku i na końcu dokumentu.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Wartość pola
DocumentSeparatorSheet.DocumentSeparatorSheetOption
EndSheet
Określa kartę separatora na końcu dokumentu.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Wartość pola
DocumentSeparatorSheet.DocumentSeparatorSheetOption
None
Określa brak karty separatora.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Wartość pola
DocumentSeparatorSheet.DocumentSeparatorSheetOption
StartSheet
Określa kartę separatora na początku dokumentu.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet