PrintWorkflowPdlConverter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인쇄 문서를 한 페이지 PDL(설명 언어) 형식에서 다른 PDL 형식으로 변환하는 데 사용할 수 있는 메서드를 제공합니다.
public ref class PrintWorkflowPdlConverter sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowPdlConverter final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowPdlConverter
Public NotInheritable Class PrintWorkflowPdlConverter
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 11 (10.0.22000.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)
|
설명
자세한 내용은 인쇄 지원 앱 디자인 가이드를 참조하세요.
메서드
ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream) |
인쇄 문서를 한 페이지 PDL(설명 언어) 형식에서 다른 PDL 형식으로 변환합니다. |
ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream, PdlConversionHostBasedProcessingOperations) |
인쇄 문서를 한 페이지 PDL(설명 언어) 형식에서 다른 PDL 형식으로 변환하며 호스트에서 수행해야 하는 변환 작업을 지정할 수 있습니다. |