Gets or sets the value indicating if the control will save an image to a temporary directory or will encode it as a base 64 image.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool UseBase64ImageEncoding { get; set; }
Visual Basic
Public Property UseBase64ImageEncoding As Boolean
	Get
	Set
Visual C++
public:
property bool UseBase64ImageEncoding {
	bool get ();
	void set (bool value);
}
F#
member UseBase64ImageEncoding : bool with get, set

Property Value

Type: Boolean

See Also