ImageFormatInfo class
namespace: Serenity.Web assembly: Serenity.Net.Services
Information about an image format
public class ImageFormatInfo
Public Members
| name | description |
|---|---|
| ImageFormatInfo() | The default constructor. |
| FileExtensions { get; set; } | Gets or sets the list of expected file extensions. |
| MimeType { get; set; } | Gets or sets the default MIME type. |
See Also
- Source: ImageFormatInfo.cs