Return Value 戻り値
The CUPS object that contains information about the current printer.
Availability
Technology
- (ppd_file_t *)ppdFile;
The CUPS object that contains information about the current printer.
This method gives you access to information in the PPD file associated with the destination printer for the current print job. The PPD file contains information such as optional hardware and features the printer supports.
When you send this message, the receiver returns a CUPS PPD file object that you can pass to CUPS functions to get information about the PPD file. The printing system owns the returned object, and the object should be considered read-only. You should not change this object explicitly or by using CUPS functions.