public final class SaveFormat
extends com.aspose.ms.System.Enum
Indicates the format in which the document is saved.
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Specifies that the output is a BMP file.
|
static int |
Gif
Specifies that the output is a GIF file.
|
static int |
Html
Specifies that the output is a HTML file.
|
static int |
Jpeg
Specifies that the output is a JPEG file.
|
static int |
One
Specifies that the output is a OneNote file.
|
static int |
Pdf
Specifies that the output is a PDF file.
|
static int |
Png
Specifies that the output is a PNG file.
|
static int |
Tiff
Specifies that the output is a TIFF file.
|
public static final int Png
Specifies that the output is a PNG file.
public static final int Bmp
Specifies that the output is a BMP file.
public static final int Jpeg
Specifies that the output is a JPEG file.
public static final int Gif
Specifies that the output is a GIF file.
public static final int Tiff
Specifies that the output is a TIFF file.
public static final int Pdf
Specifies that the output is a PDF file.
public static final int One
Specifies that the output is a OneNote file.
public static final int Html
Specifies that the output is a HTML file.