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





In This Topic
GetKeyValuePairValueString Method (GdPictureTextExtraction)
In This Topic
Returns the string representation of the value part of a specified key-value pair.
Syntax
'Declaration
 
Public Function GetKeyValuePairValueString( _
   ByVal PairIdx As Integer _
) As String
public string GetKeyValuePairValueString( 
   int PairIdx
)
public function GetKeyValuePairValueString( 
    PairIdx: Integer
): String; 
public function GetKeyValuePairValueString( 
   PairIdx : int
) : String;
public: string* GetKeyValuePairValueString( 
   int PairIdx
) 
public:
String^ GetKeyValuePairValueString( 
   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 value.
Remarks

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

See Also