<PackageReference Include="System.Security.Permissions" Version="10.0.0-preview.5.25277.114" />

PrintingPermissionLevel

Specifies the type of printing that code is allowed to do.
namespace System.Drawing.Printing { public enum PrintingPermissionLevel { AllPrinting = 3, DefaultPrinting = 2, NoPrinting = 0, SafePrinting = 1 } }