public static enum IImagingCoreAPI.ExportOperation.Compression extends java.lang.Enum<IImagingCoreAPI.ExportOperation.Compression>
Enum Constant and Description |
---|
ExtraHigh
The maximum recommended compression rate.
|
High
More compression, less safety margin.
|
Low
The lowest compression rate that still might have any noticeable effect on recognition of small text
|
Normal
[Default] Balanced trade-off between compression and quality.
|
Modifier and Type | Method and Description |
---|---|
static IImagingCoreAPI.ExportOperation.Compression |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IImagingCoreAPI.ExportOperation.Compression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IImagingCoreAPI.ExportOperation.Compression Low
public static final IImagingCoreAPI.ExportOperation.Compression Normal
public static final IImagingCoreAPI.ExportOperation.Compression High
public static final IImagingCoreAPI.ExportOperation.Compression ExtraHigh
public static IImagingCoreAPI.ExportOperation.Compression[] values()
for (IImagingCoreAPI.ExportOperation.Compression c : IImagingCoreAPI.ExportOperation.Compression.values()) System.out.println(c);
public static IImagingCoreAPI.ExportOperation.Compression valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null