←Select platform

CustomData Property

Summary

Gets a dictionary that holds user-added data for the image.

Syntax

C#
VB
WinRT C#
C++
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(); 
} 

Property Value

Any object that the user would like to store with the specified key.

Remarks

This property can be used to store user-defined data for the RasterImage.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly