Exemplo n.º 1
0
 public void SetOutputResolution(PMPrintSettings settings, PMResolution res)
 {
     if (settings is null)
     {
         throw new ArgumentNullException(nameof(settings));
     }
     PMPrinterSetOutputResolution(Handle, settings.Handle, ref res);
 }
Exemplo n.º 2
0
 extern static PMStatusCode PMPrinterSetOutputResolution(IntPtr printer, IntPtr printSettings, ref PMResolution resolutionP);