PdfViewer.FocusNextFormField() Method
In This Article
Goes to the next field in the document. If no field is focused, this method does not focus any fields.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public void FocusNextFormField()
#Remarks
To navigate to the previous field, call the FocusPreviousFormField method.
See Also