ImageFileFormat

@objc(PESDKImageFileFormat)
public enum ImageFileFormat : Int

Represents different image file formats.

  • The JPEG image file format.

    Declaration

    Swift

    case jpeg
  • png

    The PNG image file format.

    Declaration

    Swift

    case png
  • The HEIF image file format. This can only be used with iOS 11 or above.

    Declaration

    Swift

    case heif
  • The TIFF image file format.

    Declaration

    Swift

    case tiff