Gets or sets image resolution.

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

Syntax

C#
public int Resolution { get; set; }
Visual Basic (Declaration)
Public Property Resolution As Integer
Visual C++
public:
property int Resolution {
	int get ();
	void set (int value);
}

See Also