public final class ProcSetType
extends com.aspose.ms.System.Enum
Specifies the PDF procedure sets.
Modifier and Type | Field and Description |
---|---|
static int |
BlackWhiteImage
Grayscale images or image masks.
|
static int |
ColorImage
Color images.
|
static int |
IndexedImage
Indexed (color-table)images.
|
static int |
Text
Text.
|
public static final int BlackWhiteImage
Grayscale images or image masks.
public static final int ColorImage
Color images.
public static final int IndexedImage
Indexed (color-table)images.
public static final int Text
Text.
Copyright © 2016 Aspose. All Rights Reserved.