Gets or sets opacity of watermark graphics.

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

Syntax

Visual Basic (Declaration)
Public Property Opacity As Integer
C#
public int Opacity { get; set; }
Visual C++
public:
property int Opacity {
	int get ();
	void set (int value);
}
JavaScript
function get_opacity();
function set_opacity(value);

See Also