<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

PrintRange

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