ImageGear .NET
UserDataAttributes Property (ImGearARTMark)




Gets the user data dictionary specified for the mark.
Syntax
public IDictionary<string,string> UserDataAttributes {get;}
public: __property IDictionary<string*,string*>* get_UserDataAttributes();
public:
property IDictionary<String^,String^>^ UserDataAttributes {
   IDictionary<String^,String^>^ get();
}
'Declaration
 
Public ReadOnly Property UserDataAttributes As IDictionary(Of String,String)
 
'Usage
 
Dim instance As ImGearARTMark
Dim value As IDictionary(Of String,String)
 
value = instance.UserDataAttributes

Property Value

IDictionary interface.
See Also

Reference

ImGearARTMark Class
ImGearARTMark Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback