Share via


PrintWorkflowJobStartingEventArgs Class

Definition

Provides info for the JobStarting event.

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
Inheritance
Object Platform::Object IInspectable PrintWorkflowJobStartingEventArgs
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Remarks

For more information, see Print support app design guide.

Properties

Configuration

Gets printer job and session related information for the current printer job operation.

IsIppCompressionEnabled
Printer

Gets the Internet Printing Protocol (IPP) printer device for the current printer job.

SkipSystemFaxUI

Methods

DisableIppCompressionForJob()
GetDeferral()

Requests that the print job operation be delayed and gets a deferral object that will be invoked upon completion of the deferred action.

SetSkipSystemRendering()

Skips the render filter processing for the current printer job.

Applies to

See also