Skip to content

Commit 7de19b1

Browse files
committed
committing the changes for spelling error
1 parent e6545c6 commit 7de19b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/PDF-Viewer/Signature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Private void PdfViewer_SignatureModalViewDisappearing(object? Sender, EventArgs
159159

160160
The [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) allows you to suppress the signature modal view and use your own UI in its place. This can be achieved by setting the `FormFieldModalViewAppearingEventArgs.Cancel` property to `true` in the `SignatureModalViewAppearing` event handler.
161161

162-
The below code snippet illustrates supressing the signature modal view and using a UI implemented in the app in its place. In this illustration, it is assumed that the signature is produced in the form of an image stream when the user completes drawing the signature in the custom dialog. When the PDF viewer is tapped, the created signature is added as a stamp annotation.
162+
The below code snippet illustrates suppressing the signature modal view and using a UI implemented in the app in its place. In this illustration, it is assumed that the signature is produced in the form of an image stream when the user completes drawing the signature in the custom dialog. When the PDF viewer is tapped, the created signature is added as a stamp annotation.
163163

164164
{% tabs %}
165165
{% highlight c# %}

0 commit comments

Comments
 (0)