C#
VB
Objective-C
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;}
@property (nonatomic, strong, readonly) NSMutableDictionary<NSString *, id> *customData
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.
Objects in this dictionary must implement ISerializable or they will not be serialized/deserialized with 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