This documentation is for the old version. Go to the latest Graphics Mill docs

Config.AllowDownloadImageToCache Property

Gets the value specifying whether to download images to the private cache when loading then into ImageVObject.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property AllowDownloadImageToCache As Boolean
C#
public static bool AllowDownloadImageToCache { get; }

Property Value

The Boolean value which indicates whether downloading images to the private cache is allowed.

See Also

Reference