Skip to main content

PdfViewerCommands.SearchBackward Property

Returns the command that searches the text string passed in parameters backward in the document starting from the previous page.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public Command<string> SearchBackward { get; }

Property Value

Type Description
Command<String>

A command that searches the given text string.

See Also