Gets or sets the License Owner you receive when purchasing a licensed version of ImageDraw.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public static string LicenseOwner { get; set; }
Visual Basic (Declaration)
Public Shared Property LicenseOwner As String
Visual C++
public:
static property String^ LicenseOwner {
	String^ get ();
	void set (String^ value);
}

See Also