Syncfusion.Maui.ImageEditor 32.2.7

Prefix Reserved
dotnet add package Syncfusion.Maui.ImageEditor --version 32.2.7
                    
NuGet\Install-Package Syncfusion.Maui.ImageEditor -Version 32.2.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.Maui.ImageEditor" Version="32.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Maui.ImageEditor" Version="32.2.7" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Maui.ImageEditor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Maui.ImageEditor --version 32.2.7
                    
#r "nuget: Syncfusion.Maui.ImageEditor, 32.2.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Syncfusion.Maui.ImageEditor@32.2.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.Maui.ImageEditor&version=32.2.7
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Maui.ImageEditor&version=32.2.7
                    
Install as a Cake Tool

The Syncfusion.Maui.ImageEditor package contains the Syncfusion ImageEditor component for .NET MAUI application. The Syncfusion .NET MAUI ImageEditor component is used to edit an image by annotating with free hand drawing paths, text, and built-in shapes.

Prerequisites

Integrated Development Environment

By using the following IDEs, you can develop .NET MAUI applications

Framework & SDK

The below tool is required to run the .NET MAUI application.

  • .NET 6.0 SDK
  • Android 5.0 (API 21) or higher.
  • iOS 10 or higher.
  • macOS 10.13 or higher.
  • Windows desktop and the Universal Windows Platform (UWP), using Windows UI Library (WinUI) 3.

Key Features

  • Crop, rotate, and flip operations.
  • Adds text, path, and shapes such as rectangle, circle, and arrow.
  • Undo and redo operations.

Getting Started

To initialize the ImageEditor control add the below code to your xaml file.

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage x:Class="ImageEditorMauiSample.GettingStarted"
             xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:imageeditor="http://schemas.syncfusion.com/maui"
             BackgroundColor="White">
    <ContentPage.Content>
        <imageeditor:SfImageEditor />
    </ContentPage.Content>
</ContentPage>
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-android35.0 is compatible.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net9.0-windows10.0.19041 is compatible.  net10.0 is compatible.  net10.0-android was computed.  net10.0-android36.0 is compatible.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-ios26.0 is compatible.  net10.0-maccatalyst was computed.  net10.0-maccatalyst26.0 is compatible.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed.  net10.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.Maui.ImageEditor:

Package Downloads
SharedMauiXamlStylesLibrary.Syncfusion

A collection of predefined Control styles for MAUI and Syncfusion.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Maui.ImageEditor:

Repository Stars
syncfusion/maui-demos
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
Version Downloads Last Updated
32.2.7 286 2/23/2026
32.2.5 642 2/16/2026
32.2.4 814 2/10/2026
32.2.3 764 2/5/2026
32.1.25 1,263 1/26/2026
32.1.24 1,175 1/19/2026
32.1.23 1,341 1/13/2026
32.1.22 804 1/5/2026
32.1.21 517 12/29/2025
32.1.20 518 12/23/2025
32.1.19 1,391 12/16/2025
31.2.18 7,554 12/8/2025
31.2.16 1,536 12/1/2025
31.2.15 1,386 11/25/2025
31.2.12 5,066 11/18/2025
31.2.10 821 11/12/2025
31.2.5 1,557 11/3/2025
31.2.4 3,668 10/28/2025
31.2.3 1,342 10/21/2025
31.2.2 2,513 10/15/2025
Loading failed