KeyValueCollectionGetByIndex Method

Retrieves the key value pair at the given index in collection

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.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