IppAttributeValue.CreateResolutionArray 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.
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
The values of the array of resolution
attributes.
Returns
The new IppAttributeValue object.