Gets or sets the method used to transfer image data.

Namespace:  C1.Web.C1WebReport
Assembly:  C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)

Syntax

C#
[DefaultValueAttribute(HttpHandlerTransferMethodEnum.Cache)]
public HttpHandlerTransferMethodEnum ImageTransferMethod { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(HttpHandlerTransferMethodEnum.Cache)> _
Public Property ImageTransferMethod As HttpHandlerTransferMethodEnum
	Get
	Set

Remarks

The default value for this property is HttpHandlerTransferMethodEnum.Cache.

See Also