Class PaperSource
PaperSource class
Specifies the paper tray from which the printer gets paper.
public sealed class PaperSource
Constructors
Name | Description |
---|
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
Name | Description |
---|
Kind { get; set; } | Gets or sets a value indicating the type of paper source. |
RawKind { get; set; } | Same as Kind , but values larger than DMBIN_USER do not map to Custom. |
SourceName { get; set; } | Gets or sets the name of the paper source. |
Methods
Name | Description |
---|
override ToString() | Provides some interesting information about the PaperSource in String form. |
See Also