Gets or sets smooting mode for printed image.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Images (in Greatis.PrintSuite.Providers.Images.dll)

Syntax

Visual Basic (Declaration)
Public Property SmoothingMode As SmoothingMode
C#
public SmoothingMode SmoothingMode { get; set; }
Visual C++
public:
property SmoothingMode SmoothingMode {
	SmoothingMode get ();
	void set (SmoothingMode value);
}
JavaScript
function get_smoothingMode();
function set_smoothingMode(value);

See Also