Click or drag to resize

PdfNamedDestinationCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfNamedDestinationCollection.

Namespace:  RadPdf.Data.Document.Destinations
Assembly:  RadPdf (in RadPdf.dll) Version: 5.5.0.0 (5.5.0.0)
Syntax
public IEnumerator<PdfNamedDestination> GetEnumerator()

Return Value

Type: IEnumeratorPdfNamedDestination
An IEnumeratorT object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also