共用方式為


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 的任何專案都會對應至 Custom 列舉中 PaperSourceKind ,但 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

適用於