-
Notifications
You must be signed in to change notification settings - Fork 26
929105 - Update Migration with the CanUndoModified API is not available in .NET MAUI PDF Viewer #3494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: hotfix/hotfix-v30.1.37
Are you sure you want to change the base?
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
<td>API Unavailable</td> | ||
<td>In the .NET MAUI PDF Viewer, there is no public APIs to detect the enabled or disabled state of the Undo and Redo buttons, unlike in Xamarin. | ||
However, you can reliably detect changes made to the PDF document by using the annotation-related events provided. These events include: | ||
<br><br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
</td> | ||
<td>API Unavailable</td> | ||
<td>In the .NET MAUI PDF Viewer, there is no public APIs to detect the enabled or disabled state of the Undo and Redo buttons, unlike in Xamarin. | ||
However, you can reliably detect changes made to the PDF document by using the annotation-related events provided. These events include: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<td>In the .NET MAUI PDF Viewer, there is no public APIs to detect the enabled or disabled state of the Undo and Redo buttons, unlike in Xamarin. | ||
However, you can reliably detect changes made to the PDF document by using the annotation-related events provided. These events include: | ||
<br><br> | ||
{{'[AnnotationAdded](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_AnnotationAdded)'| markdownify }}- Occurs when an annotation is added to a page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
</td> | ||
<td>API Unavailable</td> | ||
<td>In the .NET MAUI PDF Viewer, there is no public APIs to detect the enabled or disabled state of the Undo and Redo buttons, unlike in Xamarin. | ||
However, you can reliably detect changes made to the PDF document by using the annotation-related events provided. These events include: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the migration document with the following Xamarin APIs: