Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Descrive le opzioni della funzionalità Aspose.Page.XPS.XpsMetadata.DocumentSeparatorSheet.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Ereditarietà
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
Implementa
IFeatureItem, IPrintTicketElementChild
Membri Ereditati
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Campi
BothSheets
Specifica un foglio separatore all’inizio e alla fine del documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Valore del Campo
DocumentSeparatorSheet.DocumentSeparatorSheetOption
EndSheet
Specifica un foglio separatore alla fine del documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Valore del Campo
DocumentSeparatorSheet.DocumentSeparatorSheetOption
None
Non specifica fogli separatori.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Valore del Campo
DocumentSeparatorSheet.DocumentSeparatorSheetOption
StartSheet
Specifica un foglio separatore all’inizio del documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet