Skip to content

Commit 1e5bf5a

Browse files
committed
992782: Add UG Documentation for Fit to Width and Height
1 parent 1d8d4c7 commit 1e5bf5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ej2-asp-core-mvc/image-editor/how-to/clear-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
# Clear an Image
11+
# Clear an Image in Image editor control
1212

1313
The `clearImage` method in the image editor control is indeed useful for scenarios where you need to ensure that the image editor is emptied before reopening it, especially if the editor is used within a dialog. By using clearImage before closing the dialog, you can ensure that the editor does not retain the previously loaded image when the dialog is reopened. This allows users to start fresh with a new image selection.
1414

ej2-asp-core-mvc/image-editor/how-to/reset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
# Reset an image
11+
# Reset an image in Image editor control
1212

1313
The `reset` 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.
1414

0 commit comments

Comments
 (0)