GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureTextExtraction Class / GetKeyValuePairKeyString Method
The 0-based index of the key-value pair. It must be a value between 0 and GdPictureTextExtraction.GetKeyValuePairCount().





In This Topic
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 GdPictureTextExtraction.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