Back to Devexpress

PdfViewerCommands.SearchForward Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewercommands-4ee68834.md

latest951 B
Original Source

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

csharp
public Command<string> SearchForward { get; }

Property Value

TypeDescription
Command<String>

A command that searches the given text string.

|

See Also

PdfViewerCommands Class

PdfViewerCommands Members

DevExpress.Maui.Pdf Namespace