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

FieldDescription
PngSpecifies that the output is a PNG file.
BmpSpecifies that the output is a BMP file.
JpegSpecifies that the output is a JPEG file.
GifSpecifies that the output is a GIF file.
TiffSpecifies that the output is a TIFF file.
PdfSpecifies that the output is a PDF file.
OneSpecifies that the output is a OneNote file.
HtmlSpecifies 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.

Pdf

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.