com.aspose.diagram

Class ImageColorMode

  • java.lang.Object
    • com.aspose.diagram.ImageColorMode
public class ImageColorMode 
extends java.lang.Object

Utility class containing constants. Specifies the color mode for the generated images of document pages.

Field Summary
static final intNONE
The pages of the document will be rendered as color images.
static final intGRAYSCALE
The pages of the document will be rendered as grayscale images.
static final intBLACK_AND_WHITE
The pages of the document will be rendered as black and white images.
 

    • Field Detail

      • NONE

        public static final int NONE
        The pages of the document will be rendered as color images.
      • GRAYSCALE

        public static final int GRAYSCALE
        The pages of the document will be rendered as grayscale images.
      • BLACK_AND_WHITE

        public static final int BLACK_AND_WHITE
        The pages of the document will be rendered as black and white images.