次の方法で共有


PrintWorkflowSubmittedOperation.XpsContent プロパティ

定義

ソース アプリケーションの元の XPS データを取得します。 これは、印刷内容を変更するために編集してから印刷先に割り当てることができます。

public:
 property PrintWorkflowSourceContent ^ XpsContent { PrintWorkflowSourceContent ^ get(); };
PrintWorkflowSourceContent XpsContent();
public PrintWorkflowSourceContent XpsContent { get; }
var printWorkflowSourceContent = printWorkflowSubmittedOperation.xpsContent;
Public ReadOnly Property XpsContent As PrintWorkflowSourceContent

プロパティ値

XPS 印刷データ。

適用対象