System.Drawing.Printing.PaperSource
Specifies the paper tray from which the printer gets paper.
namespace System.Drawing.Printing
{
public class PaperSource
{
public PaperSourceKind Kind { get; }
public int RawKind { get; set; }
public string SourceName { get; set; }
public PaperSource();
}
}