EVO HTML to PDF Converter

NameValuePairsCollectionGetByName Method

Winnovative Client for .NET Documentation
Gets the name value pair having a given name

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public NameValuePair GetByName(
	string name
)

Parameters

name
Type: SystemString
The pair name

Return Value

Type: NameValuePair
The name value pair having a given name or null if there is not any pair with the given name
See Also

Reference