-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
None
-
beta2
-
sparc
-
solaris_8
Using the following code for getting the attribute ColorSupported:
PrintServiceAttribute psa = pservice.getAttribute(ColorSupported.class);
'psa' is always ColorSupported.SUPPORTED even if this device is not capable of any type of color printing at all.
PrintServiceAttribute psa = pservice.getAttribute(ColorSupported.class);
'psa' is always ColorSupported.SUPPORTED even if this device is not capable of any type of color printing at all.