NameValuePairsCollectionGetByIndex Method
Gets the name value pair at the given index in collection
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public NameValuePair GetByIndex(
int index
)
Public Function GetByIndex (
index As Integer
) As NameValuePair
- index Int32
- The pair index
NameValuePairThe name value pair at the given index in collection or throws an exception if the index is out of bounds