EndPagePrinter
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool EndPagePrinter(
IntPtr hPrinter
);Last updated
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool EndPagePrinter(
IntPtr hPrinter
);Last updated