You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/how-to/dockerImage-hosting-guide">Docker Image Hosting Guide for Blazor Web App</a></li>
1690
+
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/deployment/dockerImage-hosting-guide">Docker Image Hosting Guide for Blazor Web App</a></li>
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/how-to/user-token-with-custom-ai-service">User Token with Custom AI service</a></li>
1708
-
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/how-to/refer-SfSmartPdfViewer-script-in-application">Refer the SfSmartPdfViewer script file in application</a></li>
1707
+
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/faqs/how-to-use-user-token-with-custom-ai-service">How to use user token with Custom AI service</a></li>
1708
+
<li> <a href="/document-processing/pdf/smart-pdf-viewer/blazor/faqs/how-to-refer-sfsmartpdfviewer-script-in-application">How to refer the SfSmartPdfViewer script file in application</a></li>
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/blazor/annotation/events.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The [AddSignature](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdf
42
42
43
43
#### Event Arguments
44
44
45
-
For event data, see [AddSignatureEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.AddSignatureEventArgs.html) for properties such as AnnotationId, PageNumber, and Bounds.
45
+
For event data, see [AddSignatureEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.AddSignatureEventArgs.html) for properties such as Id, PageNumber, and Bounds.
46
46
47
47
The following example illustrates how to handle the AddSignature event.
48
48
@@ -58,7 +58,7 @@ The following example illustrates how to handle the AddSignature event.
@@ -462,7 +462,7 @@ The [MoveSignature](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPd
462
462
463
463
#### Event Arguments
464
464
465
-
See [MoveSignatureEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.MoveSignatureEventArgs.html) for details such as AnnotationId, PageNumber, PreviousBounds, and Bounds.
465
+
See [MoveSignatureEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.MoveSignatureEventArgs.html) for details such as Id, PageNumber, PreviousBounds, and Bounds.
466
466
467
467
The following example illustrates how to handle the MoveSignature event.
468
468
@@ -478,7 +478,7 @@ The following example illustrates how to handle the MoveSignature event.
@@ -518,7 +518,7 @@ The [RemoveSignature](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Sf
518
518
519
519
#### Event Arguments
520
520
521
-
See [RemoveSignatureEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.RemoveSignatureEventArgs.html) for details such as AnnotationId and PageNumber.
521
+
See [RemoveSignatureEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.RemoveSignatureEventArgs.html) for details such as Id and PageNumber.
522
522
523
523
The following example illustrates how to handle the RemoveSignature event.
524
524
@@ -534,7 +534,7 @@ The following example illustrates how to handle the RemoveSignature event.
@@ -546,7 +546,7 @@ The [ResizeSignature](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Sf
546
546
547
547
#### Event Arguments
548
548
549
-
See [ResizeSignatureEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.ResizeSignatureEventArgs.html) for details such as AnnotationId, PageNumber, PreviousBounds, and Bounds.
549
+
See [ResizeSignatureEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.ResizeSignatureEventArgs.html) for details such as Id, PageNumber, PreviousBounds, and Bounds.
550
550
551
551
The following example illustrates how to handle the ResizeSignature event.
552
552
@@ -562,7 +562,7 @@ The following example illustrates how to handle the ResizeSignature event.
@@ -574,7 +574,7 @@ The [SignaturePropertiesChange](https://help.syncfusion.com/cr/blazor/Syncfusion
574
574
575
575
#### Event Arguments
576
576
577
-
See [SignaturePropertiesChangeEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.SignaturePropertiesChangeEventArgs.html) for details such as AnnotationId, PageNumber, and changed property values.
577
+
See [SignaturePropertiesChangeEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.SignaturePropertiesChangeEventArgs.html) for details such as Id, PageNumber, and changed property values.
578
578
579
579
The following example illustrates how to handle the SignaturePropertiesChange event.
580
580
@@ -602,7 +602,7 @@ The [SignatureSelected](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.
602
602
603
603
#### Event Arguments
604
604
605
-
See [SignatureSelectedEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.SignatureSelectedEventArgs.html) for details such as AnnotationId and PageNumber.
605
+
See [SignatureSelectedEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.SignatureSelectedEventArgs.html) for details such as Id and PageNumber.
606
606
607
607
The following example illustrates how to handle the SignatureSelected event.
608
608
@@ -618,7 +618,7 @@ The following example illustrates how to handle the SignatureSelected event.
@@ -630,7 +630,7 @@ The [SignatureUnselected](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazo
630
630
631
631
#### Event Arguments
632
632
633
-
See [SignatureUnselectedEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.SignatureUnselectedEventArgs.html) for details such as AnnotationId and PageNumber.
633
+
See [SignatureUnselectedEventArgs](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.SignatureUnselectedEventArgs.html) for details such as Id and PageNumber.
634
634
635
635
The following example illustrates how to handle the SignatureUnselected event.
636
636
@@ -646,12 +646,14 @@ The following example illustrates how to handle the SignatureUnselected event.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/blazor/getting-started/maui-blazor-app.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ N> If any errors occur while using the Android Emulator, see [Troubleshooting An
147
147
148
148

149
149
150
-
>[View the sample on GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Server%20Deployment/Maui/MauiBlazorWindow).
150
+
>[View the sample on GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Getting%20Started/MAUI%20Blazor%20App/MauiBlazorWindow).
0 commit comments