Determines which print attributes are supported by a selected printer.
getPrinterInfo([printer])
→ returns struct
try {
writeDump(getPrinterInfo());
}
catch (Application e) {
writeOutput(e.message&"<br />"&e.detail);
}
catch (any e) {
rethrow;
}