Skip to content

Commit c1b345d

Browse files
Merge pull request #3872 from syncfusion-content/997111-IE-JPG-Format-Support
997111 - Added UG content for IE JPG format support
2 parents 09096e5 + 7088cfd commit c1b345d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MAUI/ImageEditor/save.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ documentation: ug
99

1010
# Save image using .NET MAUI Image Editor (SfImageEditor)
1111

12-
The Image Editor control in .NET MAUI allows you to save the edited image as PNG, JPEG, and BMP.
12+
The Image Editor control in .NET MAUI allows you to save the edited image as PNG, JPG, JPEG, and BMP.
1313

1414
## Save method
1515

16-
To save the modified image, use the [`Save`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Save_System_Nullable_Syncfusion_Maui_ImageEditor_ImageFileType__System_String_System_String_System_Nullable_Microsoft_Maui_Graphics_Size__) method, which accepts parameters such as file name, file type, file path, and image size. The supported file types for saving are [`PNG`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageFileType.html#Syncfusion_Maui_ImageEditor_ImageFileType_Png), [`JPEG`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageFileType.html#Syncfusion_Maui_ImageEditor_ImageFileType_Jpeg) and `BMP`. You can save the image by clicking Save on the toolbar.
16+
To save the modified image, use the [`Save`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.SfImageEditor.html#Syncfusion_Maui_ImageEditor_SfImageEditor_Save_System_Nullable_Syncfusion_Maui_ImageEditor_ImageFileType__System_String_System_String_System_Nullable_Microsoft_Maui_Graphics_Size__) method, which accepts parameters such as file name, file type, file path, and image size. The supported file types for saving are [`PNG`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageFileType.html#Syncfusion_Maui_ImageEditor_ImageFileType_Png), `JPG`, [`JPEG`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.ImageEditor.ImageFileType.html#Syncfusion_Maui_ImageEditor_ImageFileType_Jpeg) and `BMP`. You can save the image by clicking Save on the toolbar.
1717

1818
{% tabs %}
1919
{% highlight xaml tabtitle="MainPage.xaml" %}
@@ -37,6 +37,8 @@ To save the modified image, use the [`Save`](https://help.syncfusion.com/cr/maui
3737
{% endhighlight %}
3838
{% endtabs %}
3939

40+
N> `JPG` format is supported only on `Android` and `Windows`, not on `macOS` or `iOS`.
41+
4042
The saved image will be added to the device for each platform in the following locations:
4143

4244
#### Windows, MacCatalyst and iOS

0 commit comments

Comments
 (0)