DestinationCollectionGetEnumerator Method
Returns the enumerator.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, Object
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also