EVO HTML to PDF Converter

NameValuePair Constructor

EVO PDF Client for .NET Documentation
Constructs a name value pair

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public NameValuePair(
	string name,
	string value
)

Parameters

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

Reference