Share via


IppResolution.Width Property

Definition

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

public:
 property int Width { int get(); };
int Width();
public int Width { get; }
var int32 = ippResolution.width;
Public ReadOnly Property Width As Integer

Property Value

Int32

int

The width of the resolution attribute.

Applies to