Gets or sets watermark image smoothing mode.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.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