Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.7.5
|
Leadtools Namespace > RasterImage Class : CustomData Property |
public IDictionary<string,object> CustomData {get;}
'Declaration
Public ReadOnly Property CustomData As IDictionary(Of String,Object)
'Usage
Dim instance As RasterImage Dim value As IDictionary(Of String,Object) value = instance.CustomData
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(); }
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.