Show / Hide Table of Contents

Enum ImageExportFormat

Specifies the image export format.

Namespace: FastReport.Export.Image
Assembly: FastReport.OpenSource.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.

Back to top Generated by DocFX