Accusoft.PdfXpress7.Net
GetItemProperty Method




A string value which represents the key.
Returns the string value of the specified key.
Syntax
'Declaration
 
Public Function GetItemProperty( _
   ByVal key As String _
) As String
'Usage
 
Dim instance As DocumentMetadata
Dim key As String
Dim value As String
 
value = instance.GetItemProperty(key)
public string GetItemProperty( 
   string key
)
public: string* GetItemProperty( 
   string* key
) 
public:
String^ GetItemProperty( 
   String^ key
) 

Parameters

key
A string value which represents the key.

Return Value

A string value which represents the key.
See Also

Reference

DocumentMetadata Class
DocumentMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback