NameValuePairsCollectionGetByIndex Method

Gets the name value pair at the given index in collection

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public NameValuePair GetByIndex(
	int index
)

Parameters

index  Int32
The pair index

Return Value

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

See Also