public final class ImageFileType
extends com.aspose.ms.System.Enum
Enumerates the image file types.
Modifier and Type | Field and Description |
---|---|
static int |
Base64
Base64 image file type.
|
static int |
Dicom
Dicom image file type.
|
static int |
Svg
svg image file type.
|
static int |
Unknown
Unknown type.
|
public static final int Unknown
Unknown type.
public static final int Svg
svg image file type.
public static final int Dicom
Dicom image file type.
public static final int Base64
Base64 image file type.