Skip to main content

PdfViewerCommands.SearchForward Property

Returns the command that searches the text string passed in parameters forward in the document starting from the current page.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public Command<string> SearchForward { get; }

Property Value

Type Description
Command<String>

A command that searches the given text string.

See Also