Gets or sets a value that indicated if the original size of an image should be kept.

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

Syntax

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

See Also