EVO HTML to PDF Converter

NameValuePairsCollectionGetByIndex Method

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

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_NetCore (in WnvHtmlToPdfClient_NetCore.dll) Version: 16.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