Gets and sets images format.

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

Syntax

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

See Also