PrintWorkflowPrinterJob.ConvertPrintTicketToJobAttributes 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.
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)
Parameters
- printTicket
- WorkflowPrintTicket
- targetPdlFormat
-
String
Platform::String
winrt::hstring