Share via


IppAttributeValue.GetResolutionArray Method

Definition

Gets the array of resolution attributes that are contained in the current IppAttributeValue object.

public:
 virtual IVector<IppResolution ^> ^ GetResolutionArray() = GetResolutionArray;
IVector<IppResolution> GetResolutionArray();
public IList<IppResolution> GetResolutionArray();
function getResolutionArray()
Public Function GetResolutionArray () As IList(Of IppResolution)

Returns

The array of resolution attributes.

Applies to