Share via


PdlConversionHostBasedProcessingOperations Enum

Definition

Specifies which PDL conversion processing operations are performed by the host.

This enumeration supports a bitwise combination of its member values.

public enum class PdlConversionHostBasedProcessingOperations
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class PdlConversionHostBasedProcessingOperations
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum PdlConversionHostBasedProcessingOperations
var value = Windows.Graphics.Printing.Workflow.PdlConversionHostBasedProcessingOperations.none
Public Enum PdlConversionHostBasedProcessingOperations
Inheritance
PdlConversionHostBasedProcessingOperations
Attributes

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v15.0)

Fields

All 4294967295

All operations are performed by the host.

BlankPageInsertion 8

Blank page insertion is performed by the host.

Copies 4

Document copies are performed by the host.

None 0

No operations are performed by the host..

PageOrdering 2

Page rotation is performed by the host.

PageRotation 1

Page rotation is performed by the host.

Remarks

This enumeration is used by an overload of the ConvertPdlAsync method.

Applies to