Class DocumentDuplex

Class DocumentDuplex

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

Opisuje cechy duplexowe wyjścia. Funkcja duplex pozwala na drukowanie po obu stronach nośnika. Każdy dokument jest duplexowany osobno. DocumentDuplex i JobDuplexAllDocumentsContiguously są wzajemnie wykluczające się. To do sterownika należy określenie obsługi ograniczeń między tymi słowami kluczowymi. https://docs.microsoft.com/en-us/windows/win32/printdocs/documentduplex

public sealed class DocumentDuplex : Duplex, IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

Dziedziczenie

objectPrintTicketElementCompositePrintTicketElementFeatureDuplexDocumentDuplex

Implementuje

IFeatureItem, IJobPrintTicketItem, IDocumentPrintTicketItem, IPrintTicketItem, IPrintTicketElementChild

Członkowie dziedziczeni

Feature.Add(params IFeatureItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktory

DocumentDuplex(params DuplexOption[])

Tworzy nową instancję.

public DocumentDuplex(params Duplex.DuplexOption[] options)

Parametry

options Duplex.DuplexOption[]

Tablica opcji specyficznych dla funkcji.

 Polski