DestinationCollectionCopyTo Method

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void CopyTo(
	KeyValuePair<string, Object>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, Object
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also