-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
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.