다음을 통해 공유


PaperSource.RawKind 속성

정의

PaperSourceKind 값 중 하나나 사용자 지정 값을 나타내는 정수를 가져오거나 설정합니다.

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

속성 값

PaperSourceKind 값 중 하나나 사용자 지정 값을 나타내는 정수 값입니다.

설명

다음 표에는 각 PaperSourceKind 멤버의 정수 값이 표시됩니다. 256보다 큰 항목은 열거형에 PaperSourceKind 에 매핑 Custom 되지만 속성은 RawKind 실제 정수 값을 반환합니다.

정수 값 PaperSourceKind 멤버
1 Upper
2 Lower
3 Middle
4 Manual
5 Envelope
6 ManualFeed
7 AutomaticFeed
8 TractorFeed
9 SmallFormat
10 LargeFormat
11 LargeCapacity
14 Cassette
15 FormSource
256 이상 Custom

적용 대상