Skip to content

Commit e6545c6

Browse files
committed
Committing the changes for spelling errors
1 parent 754398b commit e6545c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MAUI/PDF-Viewer/Signature.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The signature modal view appears when a signature needs to be created. The [SfPd
125125
**Desktop:**
126126
![Signature pad modal view desktop](Images/Annotations/signature-pad-modal-view-desktop.png)
127127

128-
The `Sfpdfviewer.SignatureModalViewAppearing` event is triggered whenever the modal view opens.
128+
The `SfPdfViewer.SignatureModalViewAppearing` event is triggered whenever the modal view opens.
129129

130130
{% tabs %}
131131
{% highlight c# %}
@@ -140,7 +140,7 @@ private void PdfViewer_SignatureModalViewAppearing(object? Sender, FormFieldModa
140140
{% endhighlight %}
141141
{% endtabs %}
142142

143-
The `Sfpdfviewer.SignatureModalViewDisappearing` event is triggered when the modal view is closing.
143+
The `SfPdfViewer.SignatureModalViewDisappearing` event is triggered when the modal view is closing.
144144

145145
{% tabs %}
146146
{% highlight c# %}
@@ -155,9 +155,9 @@ Private void PdfViewer_SignatureModalViewDisappearing(object? Sender, EventArgs
155155
{% endhighlight %}
156156
{% endtabs %}
157157

158-
### Supressing the signature modal view and implement your own UI
158+
### Suppressing the signature modal view and implement your own UI
159159

160-
The [Sfpdfviewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) allows you to supress 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.
160+
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

162162
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.
163163

0 commit comments

Comments
 (0)