HiQPdf Documentation

KeyValueCollectionAdd Method

HiQPdf Client for .NET Core
Adds a key value pair to collection

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

public KeyValue Add(
	string key,
	string value
)

Parameters

key
Type: SystemString
The pair key
value
Type: SystemString
The pair value

Return Value

Type: KeyValue
The added pair
See Also

Reference