public enum Page.ImageType
Types of images to be saved on disk
| Enum Constant and Description |
|---|
COMBINED |
OPTIMIZED |
OPTIMIZED_PREVIEW |
ORIGINAL |
OVERLAY |
OVERLAY_TMP |
PREVIEW |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
public Page.ImageType ORIGINAL
public Page.ImageType PREVIEW
public Page.ImageType OPTIMIZED_PREVIEW
public Page.ImageType OPTIMIZED
public Page.ImageType OVERLAY
public Page.ImageType OVERLAY_TMP
public Page.ImageType COMBINED