public final class PreviewFormats
extends com.aspose.ms.System.Enum
Document preview supported formats.
Modifier and Type | Field and Description |
---|---|
static int |
BMP
BMP - slow processing, high disc space usage / traffic, but best quality.
|
static int |
JPEG
Jpeg - faster processing, small disc space using / traffic, but can be worst quality.
|
static int |
PNG
Png (by default), can be take a lot of disc space / traffic if page contains a lot of color graphics.
|
Modifier and Type | Method and Description |
---|---|
static String |
getName(int type) |
public static final int BMP
BMP - slow processing, high disc space usage / traffic, but best quality.
public static final int JPEG
Jpeg - faster processing, small disc space using / traffic, but can be worst quality.
public static final int PNG
Png (by default), can be take a lot of disc space / traffic if page contains a lot of color graphics.
public static String getName(int type)