IppAttributeConverter.ConvertPrintTicketToIppAttributesForPrinter Method

Definition

Overloads

ConvertPrintTicketToIppAttributesForPrinter(String, WorkflowPrintTicket)

public:
 static IMap<IppAttributeGroupKind, IMap<Platform::String ^, IppAttributeValue ^> ^> ^ ConvertPrintTicketToIppAttributesForPrinter(Platform::String ^ printerName, WorkflowPrintTicket ^ printTicket);
/// [Windows.Foundation.Metadata.Experimental]
 static IMap<IppAttributeGroupKind, IMap<winrt::hstring, IppAttributeValue const&> const&> ConvertPrintTicketToIppAttributesForPrinter(winrt::hstring const& printerName, WorkflowPrintTicket const& printTicket);
[Windows.Foundation.Metadata.Experimental]
public static IDictionary<IppAttributeGroupKind,IDictionary<string,IppAttributeValue>> ConvertPrintTicketToIppAttributesForPrinter(string printerName, WorkflowPrintTicket printTicket);
function convertPrintTicketToIppAttributesForPrinter(printerName, printTicket)
Public Shared Function ConvertPrintTicketToIppAttributesForPrinter (printerName As String, printTicket As WorkflowPrintTicket) As IDictionary(Of IppAttributeGroupKind, IDictionary(Of String, IppAttributeValue))

Parameters

printerName
String

Platform::String

winrt::hstring

printTicket
WorkflowPrintTicket

Returns

Attributes

Applies to

ConvertPrintTicketToIppAttributesForPrinter(String, WorkflowPrintTicket, String)

public:
 static IMap<IppAttributeGroupKind, IMap<Platform::String ^, IppAttributeValue ^> ^> ^ ConvertPrintTicketToIppAttributesForPrinter(Platform::String ^ printerName, WorkflowPrintTicket ^ printTicket, Platform::String ^ targetPdlFormat);
 static IMap<IppAttributeGroupKind, IMap<winrt::hstring, IppAttributeValue const&> const&> ConvertPrintTicketToIppAttributesForPrinter(winrt::hstring const& printerName, WorkflowPrintTicket const& printTicket, winrt::hstring const& targetPdlFormat);
public static IDictionary<IppAttributeGroupKind,IDictionary<string,IppAttributeValue>> ConvertPrintTicketToIppAttributesForPrinter(string printerName, WorkflowPrintTicket printTicket, string targetPdlFormat);
function convertPrintTicketToIppAttributesForPrinter(printerName, printTicket, targetPdlFormat)
Public Shared Function ConvertPrintTicketToIppAttributesForPrinter (printerName As String, printTicket As WorkflowPrintTicket, targetPdlFormat As String) As IDictionary(Of IppAttributeGroupKind, IDictionary(Of String, IppAttributeValue))

Parameters

printerName
String

Platform::String

winrt::hstring

printTicket
WorkflowPrintTicket
targetPdlFormat
String

Platform::String

winrt::hstring

Returns

Applies to