Share via


PrintWorkflowPdlModificationRequestedEventArgs.CreateJobOnPrinter Method

Definition

Creates a job on the printer.

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

Parameters

targetContentType
String

Platform::String

winrt::hstring

The target content type for the job.

Returns

The target stream for the job.

Applies to