![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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;}
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.