Gets and sets image resolution if needed.

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

Syntax

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

See Also