Skip to content

Commit 8d4531b

Browse files
update Stamps.md file
1 parent 6ac40cf commit 8d4531b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/PDF-Viewer/Stamps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private void PdfViewer_CustomStampModalViewAppearing(object? sender, AnnotationM
205205
{% endhighlight %}
206206
{% endtabs %}
207207

208-
The `Sfpdfviewer.CustomStampModalViewDisappearing` event is triggered whenever the modal view for stamp annotation is closing.
208+
The `SfPdfViewer.CustomStampModalViewDisappearing` event is triggered whenever the modal view for stamp annotation is closing.
209209

210210
{% tabs %}
211211
{% highlight c# %}
@@ -224,7 +224,7 @@ private void PdfViewer_CustomStampModalViewDisappearing(object? sender, EventArg
224224

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

227-
The below code snippet illustrates supressing the custom stamp modal view and using a UI implemented in the app in its place. In this illustration, when the user types a text in your own dialog and clicks the ok button, the text is converted into an image stream and a StampAnnotation instance is created. When the PDF viewer is tapped, the stamp annotation is added in the tapped position.
227+
The below code snippet illustrates suppressing the custom stamp modal view and using a UI implemented in the app in its place. In this illustration, when the user types a text in your own dialog and clicks the ok button, the text is converted into an image stream and a StampAnnotation instance is created. When the PDF viewer is tapped, the stamp annotation is added in the tapped position.
228228

229229
{% tabs %}
230230
{% highlight c# %}

0 commit comments

Comments
 (0)