Share via


IppResolution.Unit Property

Definition

Gets the unit of the resolution attribute (as defined by the Internet Printing Protocol (IPP)) that is represented by the current IppResolution object.

public:
 property IppResolutionUnit Unit { IppResolutionUnit get(); };
IppResolutionUnit Unit();
public IppResolutionUnit Unit { get; }
var ippResolutionUnit = ippResolution.unit;
Public ReadOnly Property Unit As IppResolutionUnit

Property Value

The unit of the resolution attribute.

Applies to