Enum ImageExportFormat
Specifies the image export format.
Namespace: FastReport.Export.Image
Assembly: FastReport.Base.dll
Syntax
public enum ImageExportFormat
Fields
Name | Description |
---|---|
Bmp | Specifies the .bmp format. |
Gif | Specifies the .gif format. |
Jpeg | Specifies the .jpg format. |
Metafile | Specifies the .emf format. |
Png | Specifies the .png format. |
Tiff | Specifies the .tif format. |