Class PaperSource

PaperSource class

Specifies the paper tray from which the printer gets paper.

public sealed class PaperSource

Constructors

NameDescription
PaperSource()Initializes a new instance of the PaperSource class with default properties.
PaperSource(PaperSourceKind, string)Initializes a new instance of the PaperSource class with the specified kind and name.

Properties

NameDescription
Kind { get; set; }Gets or sets a value indicating the type of paper source.
SourceName { get; set; }Gets or sets the name of the paper source.

Methods

NameDescription
override ToString()Provides some interesting information about the PaperSource in String form.

See Also