<PackageReference Include="System.Drawing.Common" Version="10.0.1" />

System.Drawing.Printing.PaperSource

public class 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(); } }