WdPaperTray 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.
Specifies a printer paper tray.
public enum class WdPaperTray
[System.Runtime.InteropServices.Guid("57D6BF95-896D-30E5-B0F0-B97327E7C71D")]
public enum WdPaperTray
type WdPaperTray =
Public Enum WdPaperTray
- Inheritance
-
WdPaperTray
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPrinterDefaultBin | 0 | Default bin. |
wdPrinterOnlyBin | 1 | Printer's only bin. |
wdPrinterUpperBin | 1 | Upper bin. |
wdPrinterLowerBin | 2 | Lower bin. |
wdPrinterMiddleBin | 3 | Middle bin. |
wdPrinterManualFeed | 4 | Manual feed. |
wdPrinterEnvelopeFeed | 5 | Envelope feed. |
wdPrinterManualEnvelopeFeed | 6 | Manual envelope feed. |
wdPrinterAutomaticSheetFeed | 7 | Automatic sheet feed. |
wdPrinterTractorFeed | 8 | Tractor feed. |
wdPrinterSmallFormatBin | 9 | Small-format bin. |
wdPrinterLargeFormatBin | 10 | Large-format bin. |
wdPrinterLargeCapacityBin | 11 | Large-capacity bin. |
wdPrinterPaperCassette | 14 | Paper cassette. |
wdPrinterFormSource | 15 | Form source. |