 | PdfPageObjectsCollectionGetEnumerator 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.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
Syntaxpublic IEnumerator<PdfPageObject> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PdfPageObject)
public:
virtual IEnumerator<PdfPageObject^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<PdfPageObject>
override GetEnumerator : unit -> IEnumerator<PdfPageObject>
public final IEnumerator<PdfPageObject> GetEnumerator()
function GetEnumerator();
Return Value
Type:
IEnumeratorPdfPageObjectA System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also