NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PaperSourceKind Enumeration

Standard paper sources.

[Visual Basic]
Public Enum PaperSourceKind
[C#]
public enum PaperSourceKind
[C++]
public enum PaperSourceKind

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

This enumeration is used by Kind.

Members

Member Name Description
AutomaticFeed Automatic-fed paper.
Cassette A paper cassette.
Custom A printer-specific paper source.
Envelope An envelope.
FormSource [To be supplied.]
LargeCapacity A large-capacity bin a printer.
LargeFormat Large-format paper.
Lower The lower bin of a printer.
Manual Manually-fed paper.
ManualFeed A manually-fed envelope.
Middle The middle bin of a printer.
SmallFormat Small-format paper.
TractorFeed A tractor feed.
Upper The upper bin of a printer (or, if the printer only has one bin, the only bin).

Requirements

Namespace: System.Drawing.Printing

Assembly: System.Drawing.dll

See Also

System.Drawing.Printing Namespace | PaperSource