DynamicRendererCachedData.CachedDataId Property

DynamicRendererCachedData.CachedDataId Property

Gets the identifier of the corresponding data cache that can be released by the DynamicRenderer when this data object reaches the asynchronous plug-in that stores and renders ink.

Definition

Visual Basic .NET Public ReadOnly Property CachedDataId As Integer
C# public int CachedDataId { get; }
Managed C++ public: __property int* get_CachedDataId();

Property Value

System.Int32. Gets the identifier of the corresponding data cache that can be released by the DynamicRenderer when this data object reaches the asynchronous plug-in that stores and renders ink.

This property is read-only. This property has no default value.