public final class ImagesSaveFileFormat
extends com.aspose.ms.System.Enum
Define different save file formats.
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Saves the document in the Bmp format.
|
static int |
Default
File Format will not be changed.
|
static int |
Gif
Saves the document in the Gif format.
|
static int |
Jpg
Saves the document in the Jpg format.
|
static int |
Png
Saves the document in the Png format.
|
static int |
Psd
Saves the document in the Psd format.
|
static int |
Svg
Saves the document in the Svg format.
|
static int |
Tiff
Saves the document in the Tiff format.
|
static int |
Webp
Saves the document in the Webp format.
|
public static final int Bmp
Saves the document in the Bmp format.
public static final int Default
File Format will not be changed.
public static final int Gif
Saves the document in the Gif format.
public static final int Jpg
Saves the document in the Jpg format.
public static final int Png
Saves the document in the Png format.
public static final int Psd
Saves the document in the Psd format.
public static final int Svg
Saves the document in the Svg format.
public static final int Tiff
Saves the document in the Tiff format.
public static final int Webp
Saves the document in the Webp format.
Copyright © 2018. All rights reserved.