The 0-based index of the key-value pair. It must be a value between 0 and GetKeyValuePairCount().





In This Topic
GdPicture14 Namespace / GdPictureTextExtraction Class / GetKeyValuePairKeyString Method

GetKeyValuePairKeyString Method (GdPictureTextExtraction)

In This Topic
Returns the string representation of the key part of a specified key-value pair.
Syntax
'Declaration

 

Public Function GetKeyValuePairKeyString( _

   ByVal PairIdx As Integer _

) As String
public string GetKeyValuePairKeyString( 

   int PairIdx

)
public function GetKeyValuePairKeyString( 

    PairIdx: Integer

): String; 
public function GetKeyValuePairKeyString( 

   PairIdx : int

) : String;
public: string* GetKeyValuePairKeyString( 

   int PairIdx

) 
public:

String^ GetKeyValuePairKeyString( 

   int PairIdx

) 

Parameters

PairIdx
The 0-based index of the key-value pair. It must be a value between 0 and GetKeyValuePairCount().

Return Value

The string representation of the key.
Remarks

This method requires the KVP and Table Processing - Intelligent Redaction component to run.

See Also