←Select platform

CustomData Property

Summary
Gets a dictionary that holds user-added data for the image.
Syntax
C#
VB
Objective-C
C++
public IDictionary<string, object> CustomData { get; } 
Public ReadOnly Property CustomData As IDictionary(Of String,Object) 
@property (nonatomic, strong, readonly) NSMutableDictionary<NSString *, id> *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.

Objects in this dictionary must implement ISerializable or they will not be serialized/deserialized with the RasterImage.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.