Back to Devexpress

PdfViewerCommands.SearchBackward Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewercommands-2cc165b5.md

latest955 B
Original Source

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

csharp
public Command<string> SearchBackward { get; }

Property Value

TypeDescription
Command<String>

A command that searches the given text string.

|

See Also

PdfViewerCommands Class

PdfViewerCommands Members

DevExpress.Maui.Pdf Namespace