<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.1.25451.107" />

PrintRange

public enum PrintRange
Specifies the part of the document to print.
namespace System.Drawing.Printing { public enum PrintRange { AllPages = 0, SomePages = 2, Selection = 1, CurrentPage = 4194304 } }