PrintWorkflowPdlModificationRequestedEventArgs.CreateJobOnPrinter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.