KeyValueCollectionGetByKey Method

Retrieves the key value pair having a given key

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public KeyValue GetByKey(
	string key
)

Parameters

key  String
The pair key

Return Value

KeyValue
The key value pair with the given key or null if the key ws not found

See Also