![]() |
![]() |
PGetPrinterList is a subclass of PListQuery. This query returns a list of printer names.Example.
PGetPrinterList printerList;
for (short i = printerList.Count(); i > 0; --i) {
cout << (const char *) printerList;
printerList++;
}
The PPrintTo command
![]() |
Comments or suggestions? Contact Adobe Developer Support |