Cuminas DjVu SDK for .NET Framework
Add(String,UserPropertySet) Method



Syntax
Public Overloads Overridable Sub Add( _
   ByVal key As String, _
   ByVal value As UserPropertySet _
) 
Dim instance As UserPropertySetMap
Dim key As String
Dim value As UserPropertySet
 
instance.Add(key, value)
public virtual void Add( 
   string key,
   UserPropertySet value
)
public:
virtual void Add( 
   String^ key,
   UserPropertySet^ value
) 

Parameters

key
value
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

UserPropertySetMap Class
UserPropertySetMap Members
Overload List

Send Feedback