PrintWorkflowPrinterJob.ConvertPrintTicketToJobAttributes Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
virtual IMap<Platform::String ^, IppAttributeValue ^> ^ ConvertPrintTicketToJobAttributes(WorkflowPrintTicket ^ printTicket, Platform::String ^ targetPdlFormat) = ConvertPrintTicketToJobAttributes;
IMap<winrt::hstring, IppAttributeValue const&> ConvertPrintTicketToJobAttributes(WorkflowPrintTicket const& printTicket, winrt::hstring const& targetPdlFormat);
public IDictionary<string,IppAttributeValue> ConvertPrintTicketToJobAttributes(WorkflowPrintTicket printTicket, string targetPdlFormat);
function convertPrintTicketToJobAttributes(printTicket, targetPdlFormat)
Public Function ConvertPrintTicketToJobAttributes (printTicket As WorkflowPrintTicket, targetPdlFormat As String) As IDictionary(Of String, IppAttributeValue)
Parameter
- printTicket
- WorkflowPrintTicket
- targetPdlFormat
-
String
Platform::String
winrt::hstring