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 / GetKeyValuePairDataType Method

GetKeyValuePairDataType Method (GdPictureTextExtraction)

In This Topic
Returns the data type of a specified key-value pair.
Syntax
'Declaration

 

Public Function GetKeyValuePairDataType( _

   ByVal PairIdx As Integer _

) As DataType
public DataType GetKeyValuePairDataType( 

   int PairIdx

)
public function GetKeyValuePairDataType( 

    PairIdx: Integer

): DataType; 
public function GetKeyValuePairDataType( 

   PairIdx : int

) : DataType;
public: DataType GetKeyValuePairDataType( 

   int PairIdx

) 
public:

DataType GetKeyValuePairDataType( 

   int PairIdx

) 

Parameters

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

Return Value

A member of the DataType enumeration specifying the identified data type of the pair.
Remarks

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

See Also