Прочетете на английски Редактиране

Споделяне чрез


PaperSourceKind Enum

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Standard paper sources.

C#
public enum PaperSourceKind
C#
[System.Serializable]
public enum PaperSourceKind
Inheritance
PaperSourceKind
Attributes

Fields

Name Value Description
Upper 1

The upper bin of a printer (or the default bin, if the printer only has one bin).

Lower 2

The lower bin of a printer.

Middle 3

The middle bin of a printer.

Manual 4

Manually fed paper.

Envelope 5

An envelope.

ManualFeed 6

Manually fed envelope.

AutomaticFeed 7

Automatically fed paper.

TractorFeed 8

A tractor feed.

SmallFormat 9

Small-format paper.

LargeFormat 10

Large-format paper.

LargeCapacity 11

The printer's large-capacity bin.

Cassette 14

A paper cassette.

FormSource 15

The printer's default input bin.

Custom 257

A printer-specific paper source.

Remarks

This enumeration is used by the PaperSource.Kind property.

For more information on printing, see the System.Drawing.Printing namespace overview.

Applies to

Продукт Версии
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.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
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also