Share via


IppAttributeValue.CreateResolutionArray Method

Definition

Creates an IppAttributeValue object that contains an array of resolution attributes with the specified values.

public:
 static IppAttributeValue ^ CreateResolutionArray(IIterable<IppResolution ^> ^ values);
 static IppAttributeValue CreateResolutionArray(IIterable<IppResolution> const& values);
public static IppAttributeValue CreateResolutionArray(IEnumerable<IppResolution> values);
function createResolutionArray(values)
Public Shared Function CreateResolutionArray (values As IEnumerable(Of IppResolution)) As IppAttributeValue

Parameters

values

IIterable<IppResolution>

IEnumerable<IppResolution>

The values of the array of resolution attributes.

Returns

The new IppAttributeValue object.

Applies to