PdlConversionHostBasedProcessingOperations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No operations are performed by the host.. |
PageRotation | 1 | Page rotation is performed by the host. |
PageOrdering | 2 | Page rotation is performed by the host. |
Copies | 4 | Document copies are performed by the host. |
BlankPageInsertion | 8 | Blank page insertion is performed by the host. |
All | 4294967295 | All operations are performed by the host. |
Remarks
This enumeration is used by an overload of the ConvertPdlAsync) method.