Enum ImageFormat
Specifies the image format in HTML export.
Namespace: FastReport.Export.Html
Assembly: FastReport.Base.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. |