IppAttributeConverter.ConvertPrintTicketToIppAttributesForPrinter 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.
Overloads
| Name | Description |
|---|---|
| ConvertPrintTicketToIppAttributesForPrinter(String, WorkflowPrintTicket) | |
| ConvertPrintTicketToIppAttributesForPrinter(String, WorkflowPrintTicket, String) |
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
IDictionary<IppAttributeGroupKind,IDictionary<String,IppAttributeValue>>
IMap<IppAttributeGroupKind,IMap<Platform::String,IppAttributeValue>>
IMap<IppAttributeGroupKind,IMap<winrt::hstring,IppAttributeValue>>
- 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
IDictionary<IppAttributeGroupKind,IDictionary<String,IppAttributeValue>>
IMap<IppAttributeGroupKind,IMap<Platform::String,IppAttributeValue>>
IMap<IppAttributeGroupKind,IMap<winrt::hstring,IppAttributeValue>>