EVO PDF Logo

NameValuePairsCollectionGetByIndex Method

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.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