<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.1.25451.107" />

DOCINFOW

struct DOCINFOW
using System.CodeDom.Compiler; using Windows.Win32.Foundation; namespace Windows.Win32.Storage.Xps { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal struct DOCINFOW { internal int cbSize; internal PCWSTR lpszDocName; internal PCWSTR lpszOutput; internal PCWSTR lpszDatatype; internal uint fwType; } }