PrintWorkflowPrinterJob.ConvertPrintTicketToJobAttributes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- printTicket
- WorkflowPrintTicket
- targetPdlFormat
-
String
Platform::String
winrt::hstring