NameValuePairsCollectionAdd Method

Adds a name value pair to collection

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public NameValuePair Add(
	string name,
	string value
)

Parameters

name  String
The pair name
value  String
The pair value

Return Value

NameValuePair
The added pair

See Also