次の方法で共有


PrintWorkflowPdlModificationRequestedEventArgs.CreateJobOnPrinter メソッド

定義

プリンターでジョブを作成します。

public:
 virtual PrintWorkflowPdlTargetStream ^ CreateJobOnPrinter(Platform::String ^ targetContentType) = CreateJobOnPrinter;
PrintWorkflowPdlTargetStream CreateJobOnPrinter(winrt::hstring const& targetContentType);
public PrintWorkflowPdlTargetStream CreateJobOnPrinter(string targetContentType);
function createJobOnPrinter(targetContentType)
Public Function CreateJobOnPrinter (targetContentType As String) As PrintWorkflowPdlTargetStream

パラメーター

targetContentType
String

Platform::String

winrt::hstring

ジョブのターゲット コンテンツ タイプ。

戻り値

ジョブのターゲット ストリーム。

適用対象