PaperSourceKind 列舉

定義

標準紙張來源。

C#
public enum PaperSourceKind
C#
[System.Serializable]
public enum PaperSourceKind
繼承
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

另請參閱