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

ImageVObjectData.NeedToDownloadImage Property

Get or sets the value indicating whether the image v-object should be downloaded when updating.

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

Syntax

Visual Basic
Public Property NeedToDownloadImage As Boolean
C#
public bool NeedToDownloadImage { get; set; }

Property Value

The Boolean value which specifies whether the image v-object should be downloaded when updating.

See Also

Reference