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

ImageVObject.IsLocalImage Property

Get a value indicating whether the image is stored locally in the private cache.

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

Syntax

Visual Basic
Public ReadOnly Property IsLocalImage As Boolean
C#
public bool IsLocalImage { get; }

Property Value

The Boolean value which specifies whether the image is stored locally in the private cache.

See Also

Reference