다음을 통해 공유


IppResolution.Width 속성

정의

현재 IppResolution 개체로 표시되는 특성의 resolution 너비(IPP(인터넷 인쇄 프로토콜)로 정의됨)를 가져옵니다.

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

속성 값

Int32

int

특성의 resolution 너비입니다.

적용 대상