Gets and sets images resolution in dpi.

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

Syntax

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

See Also