HiQPdf Documentation

KeyValue Constructor

HiQPdf Client for .NET Core
Constructs a key value pair

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

public KeyValue(
	string key,
	string value
)

Parameters

key
Type: SystemString
The pair key
value
Type: SystemString
The pair value
See Also

Reference