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

作业的目标内容类型。

返回

作业的目标流。

适用于