 | PdfWebLinkCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic IEnumerator<PdfWebLink> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PdfWebLink)
public:
virtual IEnumerator<PdfWebLink^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<PdfWebLink>
override GetEnumerator : unit -> IEnumerator<PdfWebLink>
public final IEnumerator<PdfWebLink> GetEnumerator()
function GetEnumerator();
Return Value
IEnumeratorPdfWebLinkA System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also