NameValuePair Constructor

Constructs a name value pair

Definition

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

Parameters

name  String
The pair name
value  String
The pair value

See Also