Lines Matching refs:printer
674 | jobName | string | Yes| Name of the file to print, for example, **test.pdf**. The printer uses th…
853 Enumerates the printer states.
859 | PRINTER_ADDED | 0 | A new printer is added.|
860 | PRINTER_REMOVED | 1 | The printer is removed.|
861 | PRINTER_CAPABILITY_UPDATED | 2 | The printer is updated.|
862 | PRINTER_CONNECTED | 3 | The printer is connected.|
863 | PRINTER_DISCONNECTED | 4 | The printer is disconnected.|
864 | PRINTER_RUNNING | 5 | The printer is running.|
874 | PRINT_JOB_PREPARE | 0 | The printer is prepared for the print job.|
875 | PRINT_JOB_QUEUED | 1 | The print job is on the print queue of the printer.|
892 | PRINT_JOB_BLOCK_OFFLINE | 4 | The printer is offline.|
893 | PRINT_JOB_BLOCK_BUSY | 5 | The printer is occupied by another process.|
895 | PRINT_JOB_BLOCK_OUT_OF_PAPER | 7 | The printer is out of paper.|
896 | PRINT_JOB_BLOCK_OUT_OF_INK | 8 | The printer is out of ink.|
897 | PRINT_JOB_BLOCK_OUT_OF_TONER | 9 | The printer is out of toner.|
898 | PRINT_JOB_BLOCK_JAMMED | 10 | The printer is in a paper jam.|
899 | PRINT_JOB_BLOCK_DOOR_OPEN | 11 | The printer door is open.|
901 | PRINT_JOB_BLOCK_LOW_ON_INK | 13 | The printer is low on ink.|
902 | PRINT_JOB_BLOCK_LOW_ON_TONER | 14 | The printer is low on toner.|
903 | PRINT_JOB_BLOCK_REALLY_LOW_ON_INK | 15 | The printer is extremely low on ink.|
905 | PRINT_JOB_BLOCK_ACCOUNT_ERROR | 18 | There is an error with the printer account.|
906 | PRINT_JOB_BLOCK_PRINT_PERMISSION_ERROR | 19 | There is an error with the printer permission.|
908 | PRINT_JOB_BLOCK_NETWORK_ERROR | 21 | The printer fails to connect to the network.|
909 | PRINT_JOB_BLOCK_SERVER_CONNECTION_ERROR | 22 | The printer fails to connect to the server.|
915 | PRINT_JOB_BLOCK_UNKNOWN | 99 | There is an unknown error with the printer.|
931 | E_PRINT_INVALID_EXTENSION | 13100004 | Invalid printer extension.|
932 | E_PRINT_INVALID_PRINTER | 13100005 | Invalid printer.|
952 Adds a printer to the printer discovery list. This API uses a promise to return the result.
961 | printerInformation | PrinterInformation | Yes| The added printer.|
966 | Promise<void> | Result of adding a printer to the printer discovery list.|
1003 Updates the printer capabilities to the printer discovery list. This API uses a promise to return t…
1017 | Promise<void> | Result of updating the printer capabilitise to the printer discovery list.|
1072 Removes a printer from the printer discovery list. This API uses a promise to return the result.
1086 | Promise<void> | Result of removing a printer from the printer discovery list.|
1115 Obtains printer information based on the printer ID. This API uses a promise to return the result.
1129 | Promise<PrinterInformation> | Printer information obtained based on the printer ID.|
1156 Defines the printer information.
1174 Defines the printer capabilities.
1181 …pportedPageSizes | Array<PrintPageSize> | Yes| List of paper sizes supported by the printer.|
1182 …ortedColorModes | Array<PrintColorMode> | Yes| List of color modes supported by the printer.|
1183 …ray<PrintDuplexMode> | Yes| List of single- and double-sided modes supported by the printer.|
1184 | supportedMediaTypes | Array<string> | No| List of paper types supported by the printer.|
1185 …pportedQualities | Array<PrintQuality> | No| List of print quality supported by the printer.|
1186 …tions | Array<PrintOrientationMode> | No| List of print directions supported by the printer.|
1217 Enumerates the printer states.