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;
}Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.