Gets and sets Image Format for html report converter.

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.dll) Version: 3.9.0.1

Syntax

C#
public ImageFormat ImageFormat { get; set; }
Visual Basic (Declaration)
Public Property ImageFormat As ImageFormat
Visual C++
public:
property ImageFormat^ ImageFormat {
	ImageFormat^ get ();
	void set (ImageFormat^ value);
}

See Also