<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.2.26159.112" />

System.Drawing.Printing.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 } }