Gets or sets watermark image.

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

Syntax

Visual Basic (Declaration)
Public Property Image As Image
C#
public Image Image { get; set; }
Visual C++
public:
property Image^ Image {
	Image^ get ();
	void set (Image^ value);
}
JavaScript
function get_image();
function set_image(value);

See Also