Enum ImageFormat
Specifies the image format in HTML export.
Namespace: FastReport.Export.Html
Assembly: FastReport.OpenSource.dll
Syntax
public enum ImageFormat
Fields
| Name | Description |
|---|---|
| Bmp | Specifies the .bmp format. |
| Gif | Specifies the .gif format. |
| Jpeg | Specifies the .jpg format. |
| Png | Specifies the .png format. |