PrintWorkflowPrinterJob.GetJobAttributesAsBuffer 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.
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
The names of the IPP attributes to retrieve.
Returns
A printer attributes group from a serialized IPP response.