HiQPdf Documentation

KeyValueCollectionGetByIndex Method

HiQPdf Client for .NET Core
Retrieves the key value pair at the given index in collection

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public KeyValue GetByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The key value pair index

Return Value

Type: KeyValue
The key value pair at the given index in collection
See Also

Reference