public final class ColorType
extends com.aspose.ms.System.Enum
Specifies color type of elements on page.
Modifier and Type | Field and Description |
---|---|
static int |
BlackAndWhite
Black and white color type.
|
static int |
Grayscale
Grayscale color type.
|
static int |
Rgb
RGB color type.
|
static int |
Undefined
Undefined color type value.
|
Modifier and Type | Method and Description |
---|---|
static String |
getName(int value)
Returns String name for the enum value.
|
public static final int Rgb
RGB color type.
public static final int Grayscale
Grayscale color type.
public static final int BlackAndWhite
Black and white color type.
public static final int Undefined
Undefined color type value.
public static String getName(int value)
Returns String name for the enum value.
String s = ColorType.getName(ColorType.Grayscale);
value
- Enum value