Class DocumentSeparatorSheet.DocumentSeparatorSheetOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describe las opciones de características de Aspose.Page.XPS.XpsMetadata.DocumentSeparatorSheet.
public sealed class DocumentSeparatorSheet.DocumentSeparatorSheetOption : Option, IFeatureItem, IPrintTicketElementChild
Herencia
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← DocumentSeparatorSheet.DocumentSeparatorSheetOption
Implementa
IFeatureItem, IPrintTicketElementChild
Miembros heredados
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Campos
BothSheets
Especifica una hoja separadora al inicio y al final del documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets
Valor del campo
DocumentSeparatorSheet.DocumentSeparatorSheetOption
EndSheet
Especifica una hoja separadora al final del documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet
Valor del campo
DocumentSeparatorSheet.DocumentSeparatorSheetOption
None
Especifica que no hay hoja(s) separadora(s).
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None
Valor del campo
DocumentSeparatorSheet.DocumentSeparatorSheetOption
StartSheet
Especifica una hoja separadora al inicio del documento.
public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet