KeyValueCollectionGetByKey Method
            Retrieves the key value pair having a given key
            
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public KeyValue GetByKey(
	string key
)
Public Function GetByKey ( 
	key As String
) As KeyValue
public:
KeyValue^ GetByKey(
	String^ key
)
member GetByKey : 
        key : string -> KeyValue 
- key  String
- The pair key
KeyValueThe key value pair with the given key or null if the key ws not found