Share via


IppAttributeValue.CreateResolution(IppResolution) Method

Definition

Creates an IppAttributeValue object that contains a resolution attribute with the specified value, as defined by the Internet Printing Protocol (IPP).

public:
 static IppAttributeValue ^ CreateResolution(IppResolution ^ value);
 static IppAttributeValue CreateResolution(IppResolution const& value);
public static IppAttributeValue CreateResolution(IppResolution value);
function createResolution(value)
Public Shared Function CreateResolution (value As IppResolution) As IppAttributeValue

Parameters

value
IppResolution

The value of the resolution attribute.

Returns

The new IppAttributeValue object.

Applies to