WorkflowPrintTicket 클래스

정의

이 클래스는 XML PrintTicket 문서를 나타내며 쉽게 수정할 수 있습니다. PrintTicket 문서에는 프린터가 인쇄 작업에 대한 다양한 기능을 설정하는 방법에 대한 지침이 포함되어 있습니다.

public ref class WorkflowPrintTicket sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WorkflowPrintTicket final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WorkflowPrintTicket
Public NotInheritable Class WorkflowPrintTicket
상속
Object Platform::Object IInspectable WorkflowPrintTicket
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Fall Creators Update (10.0.16299.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v5.0에서 도입되었습니다.)

속성

DocumentBindingFeature

이 인쇄 티켓에 대한 문서 바인딩 구성을 가져옵니다.

DocumentCollateFeature

이 인쇄 티켓에 대한 문서 데이터 정렬 구성을 가져옵니다.

DocumentDuplexFeature

이 인쇄 티켓의 이중 인쇄 구성을 가져옵니다.

DocumentHolePunchFeature

이 인쇄 티켓에 대한 문서 구멍 펀치 구성을 가져옵니다.

DocumentInputBinFeature

이 인쇄 티켓의 인쇄 입력함 구성을 가져옵니다.

DocumentNUpFeature

이 인쇄 티켓에 대한 N-up 인쇄 구성을 가져옵니다.

DocumentStapleFeature

이 인쇄 티켓의 문서 스테이플 구성을 가져옵니다.

JobPasscodeFeature

이 인쇄 티켓에 대한 작업 암호 구성을 가져옵니다.

Name

이 인쇄 티켓의 정식 이름을 가져옵니다.

PageBorderlessFeature

이 인쇄 티켓에 대한 문서 테두리 없는 구성을 가져옵니다.

PageMediaSizeFeature

이 인쇄 티켓의 페이지 미디어 크기 구성을 가져옵니다.

PageMediaTypeFeature

이 인쇄 티켓에 대한 페이지 미디어 유형 구성을 가져옵니다.

PageOrientationFeature

이 인쇄 티켓의 페이지 방향 구성을 가져옵니다.

PageOutputColorFeature

이 인쇄 티켓의 페이지 색 구성을 가져옵니다.

PageOutputQualityFeature

이 인쇄 티켓의 페이지 품질 구성을 가져옵니다.

PageResolutionFeature

이 인쇄 티켓의 페이지 해상도 구성을 가져옵니다.

XmlNamespace

인쇄 티켓의 XML 네임스페이스를 가져옵니다.

XmlNode

인쇄 티켓의 XML 노드를 가져옵니다.

메서드

GetCapabilities()

이 인쇄 티켓의 인쇄 기능 개체를 가져옵니다.

GetFeature(String, String)

지정된 인쇄 기능 개체를 가져옵니다.

GetParameterInitializer(String, String)

지정된 인쇄 매개 변수에 대한 매개 변수 이니셜라이저 개체를 가져옵니다.

MergeAndValidateTicket(WorkflowPrintTicket)

새로 구성된 인쇄 티켓을 현재 인쇄 티켓에 병합하고 병합된 티켓의 유효성을 검사하여 프린터에서 지원하지 않는 인쇄 기능을 요청하지 않도록 합니다.

NotifyXmlChangedAsync()

XML DOM 개체가 변경되었음을 인쇄 시스템에 알 수 있습니다.

SetParameterInitializerAsInteger(String, String, Int32)

지정된 인쇄 매개 변수에 대한 매개 변수 이니셜라이저 개체를 설정합니다. 지정된 매개 변수에 대한 이니셜라이저가 아직 없는 경우에만 이 작업을 수행할 수 있습니다.

SetParameterInitializerAsString(String, String, String)

지정된 인쇄 매개 변수를 지정된 문자열 값으로 설정합니다. 지정된 매개 변수에 대한 이니셜라이저가 아직 없는 경우에만 이 작업을 수행할 수 있습니다.

ValidateAsync()

지정된 인쇄 티켓이 프린터에서 지원하지 않는 인쇄 기능을 요청하지 않는지 확인합니다.

적용 대상

추가 정보