Gets or sets offset of watermark grapics in percents. 100% is size 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 Offset As Point
C#
public Point Offset { get; set; }
Visual C++
public:
property Point Offset {
	Point get ();
	void set (Point value);
}
JavaScript
function get_offset();
function set_offset(value);

See Also