Skip to content

Commit e1c426a

Browse files
committed
Fixing the compilation error
1 parent 9bb30af commit e1c426a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document-Processing/PDF/PDF-Viewer/maui/Text-Search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private void PdfTextSearchProgress(object sender, TextSearchProgressEventArgs e)
162162
{% endhighlight %}
163163
{% endtabs %}
164164

165-
### Cancelling search progress
165+
### Canceling search progress
166166

167167
The [Clear](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.TextSearchResult.html#Syncfusion_Maui_PdfViewer_TextSearchResult_Clear) method of the [TextSearchResult](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.TextSearchResult.html) can be used to cancel the text search progress that does not need to be continued. For example, under the following scenarios, cancellation may be necessary.
168168

0 commit comments

Comments
 (0)