PrintWorkflowJobStartingEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
JobStarting 이벤트에 대한 정보를 제공합니다.
public ref class PrintWorkflowJobStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowJobStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowJobStartingEventArgs
Public NotInheritable Class PrintWorkflowJobStartingEventArgs
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 11 (10.0.22000.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)
|
설명
자세한 내용은 인쇄 지원 앱 디자인 가이드를 참조하세요.
속성
Configuration |
현재 프린터 작업 작업에 대한 프린터 작업 및 세션 관련 정보를 가져옵니다. |
IsIppCompressionEnabled |
JobStarting 이벤트에 대한 정보를 제공합니다. |
Printer |
현재 프린터 작업에 대한 IPP(인터넷 인쇄 프로토콜) 프린터 디바이스를 가져옵니다. |
SkipSystemFaxUI |
JobStarting 이벤트에 대한 정보를 제공합니다. |
메서드
DisableIppCompressionForJob() |
JobStarting 이벤트에 대한 정보를 제공합니다. |
GetDeferral() |
인쇄 작업 작업이 지연되도록 요청하고 지연된 작업이 완료될 때 호출될 지연 개체를 가져옵니다. |
SetSkipSystemRendering() |
현재 프린터 작업에 대한 렌더링 필터 처리를 건너뜁니다. |