다음을 통해 공유


IppResolution.Height 속성

정의

현재 IppResolution 개체가 나타내는 특성의 resolution 높이(IPP(인터넷 인쇄 프로토콜)로 정의됨)를 가져옵니다.

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

속성 값

Int32

int

특성의 resolution 높이입니다.

적용 대상