EVO HTML to PDF Converter

NameValuePairsCollectionGetByIndex Method

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.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