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

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