Jaa


PrintWorkflowJobStartingEventArgs.IsIppCompressionEnabled Property

Definition

Gets a value that specifies whether Internet Printing Protocol (IPP) compression is enabled for the current printer job operation.

public:
 property bool IsIppCompressionEnabled { bool get(); };
bool IsIppCompressionEnabled();
public bool IsIppCompressionEnabled { get; }
var boolean = printWorkflowJobStartingEventArgs.isIppCompressionEnabled;
Public ReadOnly Property IsIppCompressionEnabled As Boolean

Property Value

Boolean

bool

True if IPP compression is enabled; otherwise, false.

Windows requirements

Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Remarks

If an app implements its own compression, it can use this property to detect if the system IPP compression is enabled. If IPP compression is enabled, the app can call DisableIppCompressionForJob to disable IPP compression.

Applies to