PdlPassthroughProvider.StartPrintJobWithPrintTicket 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.
Starts a PDL pass-through print job with a print ticket.
public:
virtual PdlPassthroughTarget ^ StartPrintJobWithPrintTicket(Platform::String ^ jobName, Platform::String ^ pdlContentType, IInputStream ^ printTicket, PageConfigurationSettings ^ pageConfigurationSettings) = StartPrintJobWithPrintTicket;
PdlPassthroughTarget StartPrintJobWithPrintTicket(winrt::hstring const& jobName, winrt::hstring const& pdlContentType, IInputStream const& printTicket, PageConfigurationSettings const& pageConfigurationSettings);
public PdlPassthroughTarget StartPrintJobWithPrintTicket(string jobName, string pdlContentType, IInputStream printTicket, PageConfigurationSettings pageConfigurationSettings);
function startPrintJobWithPrintTicket(jobName, pdlContentType, printTicket, pageConfigurationSettings)
Public Function StartPrintJobWithPrintTicket (jobName As String, pdlContentType As String, printTicket As IInputStream, pageConfigurationSettings As PageConfigurationSettings) As PdlPassthroughTarget
Parameters
- jobName
-
String
Platform::String
winrt::hstring
The job name.
- pdlContentType
-
String
Platform::String
winrt::hstring
Represents the PDL format for the print job.
- printTicket
- IInputStream
A print ticket stream containing options for the print job.
- pageConfigurationSettings
- PageConfigurationSettings
Specifies where page configuration (size and orientation) need to be read from—either the Print Ticket or the PDL content. If pageConfigurationSettings is null, then all fields will be read from the Print Ticket.