Gets or sets scale for watermarks graphics in percents. 100% is scale of image fitted on the page.

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

Syntax

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

See Also