EVO PDF Logo

NameValuePairsCollectionAdd Method

EVO PDF Client for .NET Core
Adds a name value pair to collection

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public NameValuePair Add(
	string name,
	string value
)

Parameters

name
Type: SystemString
The pair name
value
Type: SystemString
The pair value

Return Value

Type: NameValuePair
The added pair
See Also

Reference