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

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