इसके माध्यम से साझा किया गया


IppResolution.Height Property

Definition

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

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

Property Value

Int32

int

The height of the resolution attribute.

Applies to