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.
public enum class PaperSourceKind
public enum PaperSourceKind
[System.Serializable]
public enum PaperSourceKind
type PaperSourceKind =
[<System.Serializable>]
type PaperSourceKind =
Public Enum PaperSourceKind
- Inheritance
- 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.