Accusoft.PdfXpress7.Net
SetItemProperty Method




A string value which represents the key.
A string value which represents the value of the key.
Sets the string value of a key.
Syntax
'Declaration
 
Public Sub SetItemProperty( _
   ByVal key As String, _
   ByVal value As String _
) 
'Usage
 
Dim instance As DocumentMetadata
Dim key As String
Dim value As String
 
instance.SetItemProperty(key, value)
public void SetItemProperty( 
   string key,
   string value
)
public: void SetItemProperty( 
   string* key,
   string* value
) 
public:
void SetItemProperty( 
   String^ key,
   String^ value
) 

Parameters

key
A string value which represents the key.
value
A string value which represents the value of the key.
See Also

Reference

DocumentMetadata Class
DocumentMetadata Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback