Table of Contents

Enum MultipartObjectCommonFormat

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

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.