GetKeyValuePairDataType Method (GdPictureTextExtraction)
In This Topic
Returns the data type of a specified key-value pair.
Syntax
'Declaration
Public Function GetKeyValuePairDataType( _
ByVal As Integer _
) As DataType
public DataType GetKeyValuePairDataType(
int
)
public function GetKeyValuePairDataType(
: Integer
): DataType;
public function GetKeyValuePairDataType(
: int
) : DataType;
public: DataType GetKeyValuePairDataType(
int
)
public:
DataType GetKeyValuePairDataType(
int
)
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.
See Also