com.adobe.livecycle.convertpdfservice.client.enumeration
Class GrayScalePolicy
java.lang.Object
java.lang.Enum
com.adobe.livecycle.convertpdfservice.client.enumeration.GrayScalePolicy
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class GrayScalePolicy
- extends java.lang.Enum
Represents the gray scale policy.
This option is valid for conversion to
JPEG, JPEG2K, and TIFF formats.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
EmbedProfile
public static final GrayScalePolicy EmbedProfile
- Represents an embed profile.
Off
public static final GrayScalePolicy Off
- Gray scale policy is off.
values
public static GrayScalePolicy[] values()
valueOf
public static GrayScalePolicy valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
- Retrieves the gray scale policy.
- Returns:
- the gray scale policy.