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

ImageVObject.PrivateCacheFullFileName Property

Gets an absolute path of the image stored 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 PrivateCacheFullFileName As String
C#
public string PrivateCacheFullFileName { get; }

Property Value

The String value specifying an absolute path of the image stored in the private cache. Returns null if the image is not stored locally.

See Also

Reference