public static int PrinterClose() { if (Is64Bit()) { return(BXLAPI_x64.PrinterClose()); } else { return(BXLAPI_x86.PrinterClose()); } }