Accusoft.PdfXpress7.Net
GetItemKeyByIndex Method




An integer value which represents the index location of the key.
Returns a key's name from the given index value.
Syntax
'Declaration
 
Public Function GetItemKeyByIndex( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As DocumentMetadata
Dim index As Integer
Dim value As String
 
value = instance.GetItemKeyByIndex(index)
public string GetItemKeyByIndex( 
   int index
)
public: string* GetItemKeyByIndex( 
   int index
) 
public:
String^ GetItemKeyByIndex( 
   int index
) 

Parameters

index
An integer value which represents the index location of the key.

Return Value

A string value which represents the key name.
See Also

Reference

DocumentMetadata Class
DocumentMetadata Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback