EVO HTML to PDF Converter

NameValuePairsCollectionGetByIndex Method

Winnovative Client for .NET Documentation
Gets the name value pair at the given index in collection

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

public NameValuePair GetByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The pair index

Return Value

Type: NameValuePair
The name value pair at the given index in collection or throws an exception if the index is out of bounds
See Also

Reference