←Select platform

CustomData Property

Summary
Gets a dictionary that holds user-added data for the image.
Syntax
C#
Objective-C
C++/CLI
Python
public IDictionary<string, object> CustomData { get; } 
@property (nonatomic, strong, readonly) NSMutableDictionary<NSString *, id> *customData 
public: 
property IDictionary<String^,Object^>^ CustomData { 
   IDictionary<String^,Object^>^ get(); 
} 
CustomData # get  (RasterImage) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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