PdfFormFieldFacade.GetEnumerator() Method
In This Article
Returns an enumerator that iterates through the PdfFormFieldFacade instance.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public abstract IEnumerator<PdfWidgetFacade> GetEnumerator()
#Returns
Type | Description |
---|---|
IEnumerator<Pdf |
A IEnumerator for the Pdf |
#Implements
See Also