Class PaperSources

PaperSources class

Provides a set of predefined PaperSource instances representing common paper sources.

public static class PaperSources

Fields

NameDescription
static readonly AutomaticFeedRepresents an automatic feed paper source.
static readonly CassetteRepresents the paper cassette of the printer.
static readonly EnvelopeRepresents an automatic envelope feed paper source.
static readonly FormSourceRepresents the default bin of the printer.
static readonly LargeCapacityRepresent the large capacity bin of the printer.
static readonly LargeFormatRepresents the bin for the larger format paper.
static readonly LowerRepresents the lower bin of the printer.
static readonly ManualRepresents a manual feed paper source.
static readonly ManualFeedEnvelopeRepresents a manual feed envelope paper source.
static readonly MiddleRepresents the middle bin of the printer.
static readonly SmallFormatRepresents the bin for the smaller format paper.
static readonly TractorFeedRepresents a tractor feed continuous paper source.
static readonly UpperRepresents the topmost bin of the printer, or the default bin if the printer only has one bin.

Remarks

This class cannot be inherited.

See Also