HiQPdf Documentation

KeyValueCollectionGetByKey Method

HiQPdf Client for .NET Core
Retrieves the key value pair having a given key

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public KeyValue GetByKey(
	string key
)

Parameters

key
Type: SystemString
The pair key

Return Value

Type: KeyValue
The key value pair with the given key or null if the key ws not found
See Also

Reference