KeyValue Constructor

Constructs a key value pair

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public KeyValue(
	string key,
	string value
)

Parameters

key  String
The pair key
value  String
The pair value

See Also