Enum MultipartObjectCommonFormat
Represents an image format for Multipart objects.
public enum MultipartObjectCommonFormat
Fields
BMP = 104
Represents an bitmap image.
GIF = 101
Represents an GIF image.
JPEG = 100
Represents an JPEG/JPG image.
PDF = 200
Represents an PDF file.
PNG = 102
Represents an PNG image.
TIFF = 103
Represents an TIFF image.
Unknown = 0
Represents that the object is not a recognized image.
WEBP = 105
Represents an WebP image.