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

PrinterUnit

public enum PrinterUnit
Specifies several of the units of measure used for printing.
namespace System.Drawing.Printing { public enum PrinterUnit { Display, ThousandthsOfAnInch, HundredthsOfAMillimeter, TenthsOfAMillimeter } }