Cuminas DjVu SDK for .NET Framework
Add Method (AnnoPropertySet)



Key for the new property entry.
Value for the new property entry.
Adds a new property entry.
Syntax
Public Overrides NotOverridable Sub Add( _
   ByVal key As String, _
   ByVal value As String _
) 
Dim instance As AnnoPropertySet
Dim key As String
Dim value As String
 
instance.Add(key, value)
public override void Add( 
   string key,
   string value
)
public:
void Add( 
   String^ key,
   String^ value
) override 

Parameters

key
Key for the new property entry.
value
Value for the new property entry.
Requirements

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

See Also

Reference

AnnoPropertySet Class
AnnoPropertySet Members

Send Feedback