共用方式為


PrintWorkflowPdlModificationRequestedEventArgs 類別

定義

提供 PdlModificationRequested 事件的資訊。

public ref class PrintWorkflowPdlModificationRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowPdlModificationRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowPdlModificationRequestedEventArgs
Public NotInheritable Class PrintWorkflowPdlModificationRequestedEventArgs
繼承
Object Platform::Object IInspectable PrintWorkflowPdlModificationRequestedEventArgs
屬性

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)

備註

如需詳細資訊,請參閱 列印支援應用程式設計指南

屬性

Configuration

取得目前分頁描述語言的印表機作業和會話相關資訊, (PDL) 轉換作業。

PrinterJob

取得目前分頁描述語言的印表機作業, (PDL) 轉換作業。

SourceContent

取得目前作業 (PDL) 內容的來源分頁描述語言。

UILauncher

取得 物件,這個物件可以顯示使用者輸入的 UI,列印工作流程應用程式需要完成分頁描述語言的轉換, (印表機所指示的 PDL) 格式。

方法

CreateJobOnPrinter(String)

在印表機上建立作業。

CreateJobOnPrinterWithAttributes(IIterable<KeyValuePair<String, IppAttributeValue>>, String, IIterable<KeyValuePair<String,IppAttributeValue>>, PrintWorkflowAttributesMergePolicy, PrintWorkflowAttributesMergePolicy)

提供 PdlModificationRequested 事件的資訊。

CreateJobOnPrinterWithAttributes(IIterable<KeyValuePair<String,IppAttributeValue>>, String)

使用指定清單的初始作業屬性,在印表機上建立作業。

CreateJobOnPrinterWithAttributesBuffer(IBuffer, String, IBuffer, PrintWorkflowAttributesMergePolicy, PrintWorkflowAttributesMergePolicy)

提供 PdlModificationRequested 事件的資訊。

CreateJobOnPrinterWithAttributesBuffer(IBuffer, String)

使用指定緩衝區的初始作業屬性,在印表機上建立作業。

GetDeferral()

要求分頁描述語言 (PDL) 轉換作業延遲,並取得延遲動作完成時將叫用的延遲物件。

GetPdlConverter(PrintWorkflowPdlConversionType)

取得指定轉換類型的 PDL) 轉換器 (分頁描述語言。

適用於

另請參閱