com.aspose.words
Class ColorPrintMode

java.lang.Object
    extended by com.aspose.words.ColorPrintMode

public class ColorPrintMode 
extends java.lang.Object

Utility class containing constants. Specifies how non-colored pages are printed if the device supports color printing.

Field Summary
static final intNORMAL = 0
           All pages are printed according to the printer's capabilities and settings.
static final intGRAYSCALE_AUTO = 1
           Non-colored pages if detected are printed in grayscale.
 

Field Detail

NORMAL = 0

public static final int NORMAL
All pages are printed according to the printer's capabilities and settings.

GRAYSCALE_AUTO = 1

public static final int GRAYSCALE_AUTO
Non-colored pages if detected are printed in grayscale. Color is automatically set false for detected non-colored pages. If the printer does not support color printing, this setting is ignored.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.