Gets and sets whether image resolution and quality will be stored in the result pdf file.

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