Gets or sets a value that indicates if the original size of a picture 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:
virtual property bool KeepOriginalImageResolution {
	bool get () sealed;
	void set (bool value) sealed;
}

See Also