Image attachment file extension types.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaImageFileType |
Visual Basic (Declaration) |
---|
Public Enumeration CicaImageFileType |
Visual C++ |
---|
public enum class CicaImageFileType |
Members
Member name | Description | |
---|---|---|
Invalid |
Indicates value has not been initialized or is invalid.
| |
Bmp |
Bitmap or device-independent bitmap file format (BMP)
(CICA Code: image/bmp) | |
Gif |
Graphics Interchange Format (GIF)
(CICA Code: image/gif) | |
Jpg |
Joint Photographic Experts Group file format (JPG, JPEG, JPE, JFIF, and JIF)
(CICA Code: image/jpeg) | |
Png |
Portable Network Graphics (PNG)
(CICA Code: image/png) |
Remarks
Used by the
FileAttachment.FileType
property.