Gets or sets the image format associated with the current exporter. Supported formats are: Bmp, Gif, Jpeg, Png and Tiff.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ImageFormat ImageFormat { get; set; }
Visual Basic
Public Property ImageFormat As ImageFormat
	Get
	Set

See Also