Skip to content

Commit 2478191

Browse files
authored
824314: Image Editor New UG Sample
1 parent c550c2d commit 2478191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blazor/image-editor/how-to/render-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Image Editor
77
documentation: ug
88
---
99

10-
### Render Image Editor in Dialog Component
10+
# Render Image Editor in Dialog Component
1111

1212
Rendering the Image Editor in a dialog involves displaying the image editor component within a modal dialog window, allowing users to edit images in a pop-up interface. This can be useful for maintaining a clean layout and providing a focused editing experience without navigating away from the current page.
1313

blazor/image-editor/how-to/reset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Image Editor
77
documentation: ug
88
---
99

10-
### Reset an image
10+
# Reset an image in the Blazor Image Editor component
1111

1212
The [`ResetAsync`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ImageEditor.SfImageEditor.html#Syncfusion_Blazor_ImageEditor_SfImageEditor_ResetAsync) method in the Image Editor control provides the capability to undo all the changes made to an image and revert it back to its original state. This method is particularly useful when multiple adjustments, annotations, or transformations have been applied to an image and you want to start over with the original, unmodified version of the image.
1313

0 commit comments

Comments
 (0)