Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CustomData Property








Gets a dictionary that holds user-added data for the image.
Syntax
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
@property (nonatomic, strong, readonly) NSMutableDictionary<NSString *, id> *customData
 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.

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

Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file