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

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 } }