Click or drag to resize

PdfControlCollectionsGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public IEnumerator<PdfControl> GetEnumerator()

Return Value

Type: IEnumeratorPdfControl
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also