PrintWorkflowPdlModificationRequestedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 11 (10.0.22000.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0 で導入)
|
注釈
詳細については、「 印刷サポート アプリの設計ガイド」を参照してください。
プロパティ
Configuration |
現在のページ記述言語 (PDL) 変換操作のプリンター ジョブとセッション関連情報を取得します。 |
PrinterJob |
現在のページ記述言語 (PDL) 変換操作のプリンター ジョブを取得します。 |
SourceContent |
現在のジョブのソース ページ記述言語 (PDL) コンテンツを取得します。 |
UILauncher |
印刷ワークフロー アプリがプリンターによって示されるページ記述言語 (PDL) 形式への変換を完了するために必要なユーザー入力を収集するための UI を表示できるオブジェクトを取得します。 |
メソッド
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) コンバーターを取得します。 |