PaperSourceKind 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
標準紙張來源。
public enum class PaperSourceKind
C#
public enum PaperSourceKind
C#
[System.Serializable]
public enum PaperSourceKind
type PaperSourceKind =
[<System.Serializable>]
type PaperSourceKind =
Public Enum PaperSourceKind
- 繼承
- 屬性
名稱 | 值 | Description |
---|---|---|
AutomaticFeed | 7 | 自動送紙。 |
Cassette | 14 | 紙匣。 |
Custom | 257 | 印表機特定紙張來源。 |
Envelope | 5 | 信封。 |
FormSource | 15 | 印表機的預設輸入紙匣。 |
LargeCapacity | 11 | 印表機的大容量紙匣。 |
LargeFormat | 10 | 大型格式紙張。 |
Lower | 2 | 印表機的下層紙匣。 |
Manual | 4 | 手動送紙。 |
ManualFeed | 6 | 手動方式送進信封。 |
Middle | 3 | 印表機的中層紙匣。 |
SmallFormat | 9 | 小型格式紙張。 |
TractorFeed | 8 | 曳引送紙。 |
Upper | 1 | 印表機的上層紙匣 (如果印表機只有一個紙匣,則為預設紙匣)。 |
屬性會使用此 PaperSource.Kind 列舉。
如需列印的詳細資訊,請參閱 System.Drawing.Printing 命名空間概觀。
產品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |