Share via


PrintWorkflowPrinterJob.GetJobAttributesAsBuffer Method

Definition

Gets attributes for the current printer job as specified by a buffer that contains a printer attributes group from a serialized Internet Printing Protocol (IPP) response.

public:
 virtual IBuffer ^ GetJobAttributesAsBuffer(IIterable<Platform::String ^> ^ attributeNames) = GetJobAttributesAsBuffer;
IBuffer GetJobAttributesAsBuffer(IIterable<winrt::hstring> const& attributeNames);
public IBuffer GetJobAttributesAsBuffer(IEnumerable<string> attributeNames);
function getJobAttributesAsBuffer(attributeNames)
Public Function GetJobAttributesAsBuffer (attributeNames As IEnumerable(Of String)) As IBuffer

Parameters

attributeNames

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The names of the IPP attributes to retrieve.

Returns

A printer attributes group from a serialized IPP response.

Applies to