[DllImport("winspool.drv", SetLastError = true)] public static extern bool SetJob( IntPtr hPrinter, uint JobId, uint Level, IntPtr pJob, uint Command );
Microsoft documentation: Link
Last updated 1 year ago