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

ImageVObject.RemoteUrl Property

Gets a URL to the remote image.

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

Syntax

Visual Basic
Public ReadOnly Property RemoteUrl As String
C#
public string RemoteUrl { get; }

Property Value

The String value specifying a URL to the remote image. Returns null if the image is stored locally.

See Also

Reference