[]
Standard paper sources. This is a cross-platform version of System.Drawing.Printing.PaperSourceKind.
public enum PaperSourceKind
| Name | Description |
|---|---|
| AutomaticFeed | Automatically fed paper. |
| Cassette | A paper cassette. |
| Custom | A custom paper source. |
| Envelope | An envelope paper source. |
| FormSource | The printer's default form source bin. |
| LargeCapacity | A high-capacity paper source. |
| LargeFormat | A large-format paper source. |
| Lower | The lower paper bin. |
| Manual | Manually fed paper. |
| ManualFeed | Manually fed envelope source. |
| Middle | The middle paper bin. |
| SmallFormat | A small-format paper source. |
| TractorFeed | Paper fed from a tractor device. |
| Upper | The upper paper bin. |