Represents the format used to encode an image into a stream.
Namespace:
C1.Phone.ImagingAssembly: C1.Phone.Imaging (in C1.Phone.Imaging.dll)
Syntax
C# |
---|
public enum ImageFormat |
Visual Basic |
---|
Public Enumeration ImageFormat |
Members
Member name | Description | |
---|---|---|
Unknown | Unknown format. | |
Png | Png format. | |
Jpg | Jpeg format. | |
Gif | Gif format. |