Gets or sets a value indicating whether images quality and resolution will be used without changes.

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

Syntax

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

See Also