Gets or sets the Base64 string of the image content.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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