SaveFormat
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class SaveFormat extends System.Enum
Indicates the format in which the document is saved.
Fields
Field | Description |
---|---|
Png | Specifies that the output is a PNG file. |
Bmp | Specifies that the output is a BMP file. |
Jpeg | Specifies that the output is a JPEG file. |
Gif | Specifies that the output is a GIF file. |
Tiff | Specifies that the output is a TIFF file. |
Specifies that the output is a PDF file. | |
One | Specifies that the output is a OneNote file. |
Html | Specifies that the output is a HTML file. |
Png
public static final int Png
Specifies that the output is a PNG file.
Bmp
public static final int Bmp
Specifies that the output is a BMP file.
Jpeg
public static final int Jpeg
Specifies that the output is a JPEG file.
Gif
public static final int Gif
Specifies that the output is a GIF file.
Tiff
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.
One
public static final int One
Specifies that the output is a OneNote file.
Html
public static final int Html
Specifies that the output is a HTML file.