KeyValueCollectionGetByIndex Method

Retrieves the key value pair at the given index in collection

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public KeyValue GetByIndex(
	int index
)

Parameters

index  Int32
The key value pair index

Return Value

KeyValue
The key value pair at the given index in collection

See Also