C#
VB
WinRT C#
C++
Gets a dictionary that holds user-added data for the image.
public IDictionary<string,object> CustomData {get;}
Public ReadOnly Property CustomData As IDictionary(Of String,Object)
public Windows.Foundation.Collections.IMap //In WinRT the IDictionary interface is replaced by IMap<string,object> CustomData {get;}
get_CustomData();
public:
property IDictionary<String^,Object^>^ CustomData {
IDictionary<String^,Object^>^ get();
}
Any object that the user would like to store with the specified key.
This property can be used to store user-defined data for the RasterImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET