Share via


PrintWorkflowPrinterJob.SetJobAttributesFromBuffer(IBuffer) Method

Definition

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

public:
 virtual IppSetAttributesResult ^ SetJobAttributesFromBuffer(IBuffer ^ jobAttributesBuffer) = SetJobAttributesFromBuffer;
IppSetAttributesResult SetJobAttributesFromBuffer(IBuffer const& jobAttributesBuffer);
public IppSetAttributesResult SetJobAttributesFromBuffer(IBuffer jobAttributesBuffer);
function setJobAttributesFromBuffer(jobAttributesBuffer)
Public Function SetJobAttributesFromBuffer (jobAttributesBuffer As IBuffer) As IppSetAttributesResult

Parameters

jobAttributesBuffer
IBuffer

A serialized IPP job attribute group, as per the definition in the IPP specification.

Returns

The result of the attribute set operation.

Applies to