Class DocumentDuplex

Class DocumentDuplex

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

출력의 양면 특성을 설명합니다. 양면 기능은 매체 양면에서 인쇄할 수 있도록 허용합니다. 각 문서는 별도로 양면 인쇄됩니다. DocumentDuplex와 JobDuplexAllDocumentsContiguously는 상호 배타적입니다. 이러한 키워드 간의 제약 처리 여부는 드라이버에 따라 결정됩니다.
https://docs.microsoft.com/en-us/windows/win32/printdocs/documentduplex

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

상속

object
PrintTicketElement
CompositePrintTicketElement
Feature
Duplex
DocumentDuplex

구현

IFeatureItem,
IJobPrintTicketItem,
IDocumentPrintTicketItem,
IPrintTicketItem,
IPrintTicketElementChild

상속된 멤버

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

생성자

DocumentDuplex(params DuplexOption[])

새 인스턴스를 생성합니다.

public DocumentDuplex(params Duplex.DuplexOption[] options)

매개변수

options Duplex.DuplexOption[]

기능에 특정한 옵션 배열입니다.

 한국어