[Missing <summary> documentation for P:PerpetuumSoft.Reporting.Web.XpsExportSettings.ImageResolution]

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.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