PrinterResolution.Y 속성

정의

세로 프린터 해상도(dpi)를 가져옵니다.

public:
 property int Y { int get(); void set(int value); };
public:
 property int Y { int get(); };
public int Y { get; set; }
public int Y { get; }
member this.Y : int with get, set
member this.Y : int
Public Property Y As Integer
Public ReadOnly Property Y As Integer

속성 값

세로 프린터 해상도(dpi)입니다.

설명

속성이 로 Kind 설정 Custom되지 않은 경우 속성의 Y 기본값은 -1입니다.

적용 대상