Gets or sets the image name to use when generating the output image source attribute.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

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

See Also