Indicates the method by which image data is transferred to the source page.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, ImageTransferMethod.Session)]
[DefaultValueAttribute(ImageTransferMethod.Session)]
public ImageTransferMethod ImageTransferMethod { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, ImageTransferMethod.Session)> _
<DefaultValueAttribute(ImageTransferMethod.Session)> _
Public Property ImageTransferMethod As ImageTransferMethod
	Get
	Set

Remarks

When a secondary URL is used to stream image data back to an <IMG> tag on the primary page, it is necessary to transfer the guage data through either a session object, cache object, or a file.

See Also