Syncfusion.Presentation.WinForms 21.1.37

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Presentation.WinForms --version 21.1.37
                    
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 21.1.37
                    
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.Presentation.WinForms" Version="21.1.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Presentation.WinForms" Version="21.1.37" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Presentation.WinForms" />
                    
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.Presentation.WinForms --version 21.1.37
                    
#r "nuget: Syncfusion.Presentation.WinForms, 21.1.37"
                    
#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.
#addin nuget:?package=Syncfusion.Presentation.WinForms&version=21.1.37
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Presentation.WinForms&version=21.1.37
                    
Install as a Cake Tool

Syncfusion WinForms PowerPoint library

The Syncfusion WinForms PowerPoint (Presentation) library is a feature-rich and high-performance .NET PowerPoint library that is used to create, read, edit and convert PowerPoint presentation programmatically.

WinForms PowerPoint (Presentation) library

Features Overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key Features

System Requirements

Getting started

You can fetch the Syncfusion .NET PowerPoint library NuGet by simply running the command Install-Package Syncfusion.Presentation.WinForms from the Package Manager Console in Visual Studio.

Try the following code example to create a hello world PowerPoint Presentation.

//Namespaces to create PowerPoint
using Syncfusion.Presentation;

//Creates a new instance of PowerPoint presentation.
using (IPresentation pptxDoc = Presentation.Create())
{
	//Adds a slide to the PowerPoint Presentation.
	ISlide firstSlide = pptxDoc.Slides.Add(SlideLayoutType.Blank);
	//Adds a textbox in a slide by specifying its position and size.
	IShape textShape = firstSlide.AddTextBox(100, 75, 756, 200);
	//Adds a new paragraph with text.
	textShape.TextBody.AddParagraph("Hello World");
	//Creates an instance of memory stream.
	using (MemoryStream stream = new MemoryStream())
	{
	  //Saves the Presentation to stream.
	  pptxDoc.Save(stream);
	}
}

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter, Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.Presentation.WinForms:

Package Downloads
Syncfusion.PresentationToPdfConverter.WinForms

This package provides the functionality to utilize the features of Syncfusion® WinForms Presentation To Pdf converter library and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Presentation.WinForms:

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last Updated
30.1.37 119 6/25/2025
29.2.11 178 6/16/2025
29.2.10 308 6/9/2025
29.2.9 162 6/5/2025
29.2.8 172 6/3/2025
29.2.7 202 5/26/2025
29.2.5 195 5/20/2025
29.2.4 285 5/14/2025
29.1.41 196 5/5/2025
29.1.40 195 4/28/2025
29.1.39 220 4/21/2025
29.1.38 265 4/14/2025
29.1.37 251 4/8/2025
29.1.35 248 4/1/2025
29.1.33 562 3/25/2025
28.2.12 240 3/19/2025
28.2.11 263 3/10/2025
28.2.9 280 3/3/2025
28.2.7 192 2/25/2025
28.2.6 191 2/17/2025
28.2.5 178 2/11/2025
28.2.4 175 2/4/2025
28.2.3 202 1/29/2025
28.1.41 181 1/20/2025
28.1.39 149 1/13/2025
28.1.38 166 1/7/2025
28.1.37 174 12/31/2024
28.1.36 165 12/23/2024
28.1.35 211 12/18/2024
28.1.33 236 12/12/2024
27.2.5 253 12/2/2024
27.2.4 195 11/26/2024
27.2.3 181 11/22/2024
27.2.2 220 11/15/2024
27.1.58 220 11/4/2024
27.1.57 227 10/28/2024
27.1.56 196 10/23/2024
27.1.55 159 10/21/2024
27.1.53 227 10/14/2024
27.1.52 202 10/7/2024
27.1.51 201 9/30/2024
27.1.50 201 9/23/2024
27.1.48 227 9/18/2024
26.2.14 246 9/9/2024
26.2.13 215 9/5/2024
26.2.12 222 9/2/2024
26.2.11 223 8/27/2024
26.2.10 224 8/19/2024
26.2.9 249 8/12/2024
26.2.8 219 8/5/2024
26.2.7 166 7/29/2024
26.2.5 204 7/25/2024
26.2.4 189 7/24/2024
26.1.42 251 7/15/2024
26.1.41 235 7/8/2024
26.1.40 257 7/1/2024
26.1.39 228 6/24/2024
26.1.38 265 6/18/2024
26.1.35 235 6/11/2024
25.2.7 361 6/3/2024
25.2.6 249 5/28/2024
25.2.5 266 5/21/2024
25.2.4 228 5/14/2024
25.2.3 219 5/8/2024
25.1.42 260 4/29/2024
25.1.41 256 4/23/2024
25.1.40 245 4/15/2024
25.1.39 252 4/8/2024
25.1.38 269 4/1/2024
25.1.37 275 3/26/2024
25.1.35 326 3/15/2024
24.2.9 278 3/4/2024
24.2.8 263 2/26/2024
24.2.7 264 2/19/2024
24.2.6 290 2/14/2024
24.2.5 234 2/12/2024
24.2.4 234 2/5/2024
24.2.3 259 1/31/2024
24.1.47 248 1/22/2024
24.1.46 228 1/16/2024
24.1.45 274 1/8/2024
24.1.44 274 1/2/2024
24.1.43 264 12/27/2023
24.1.41 336 12/18/2023
23.2.7 321 12/6/2023
23.2.6 310 11/28/2023
23.2.5 287 11/23/2023
23.2.4 256 11/20/2023
23.1.44 323 11/6/2023
23.1.43 282 10/30/2023
23.1.42 306 10/23/2023
23.1.41 317 10/16/2023
23.1.40 318 10/10/2023
23.1.39 301 10/4/2023
23.1.38 307 9/26/2023
23.1.36 405 9/15/2023
22.2.12 368 9/5/2023
22.2.11 364 8/28/2023
22.2.10 343 8/22/2023
22.2.9 336 8/14/2023
22.2.8 444 8/7/2023
22.2.7 370 8/2/2023
22.2.5 437 7/27/2023
22.1.39 355 7/18/2023
22.1.38 345 7/11/2023
22.1.37 375 7/3/2023
22.1.36 6,380 6/28/2023
22.1.34 5,422 6/21/2023
21.2.10 405 6/12/2023
21.2.9 406 6/6/2023
21.2.8 376 5/30/2023
21.2.6 455 5/22/2023
21.2.5 496 5/15/2023
21.2.4 460 5/9/2023
21.2.3 530 5/3/2023
21.1.41 498 4/19/2023
21.1.39 482 4/10/2023
21.1.38 540 4/3/2023
21.1.37 503 3/29/2023
21.1.35 642 3/23/2023
20.4.0.54 589 3/13/2023
20.4.0.53 568 3/7/2023
20.4.0.52 651 2/28/2023
20.4.0.51 622 2/21/2023
20.4.0.50 619 2/14/2023
20.4.0.49 609 2/7/2023
20.4.0.48 660 2/1/2023
20.4.0.44 722 1/18/2023
20.4.0.43 806 1/10/2023
20.4.0.42 679 1/4/2023
20.4.0.41 660 12/29/2022
20.4.0.40 616 12/28/2022
20.4.0.38 730 12/21/2022
20.3.0.61 683 12/12/2022
20.3.0.60 604 12/6/2022
20.3.0.59 721 11/29/2022
20.3.0.58 690 11/21/2022
20.3.0.57 810 11/14/2022
20.3.0.56 1,041 11/8/2022
20.3.0.52 831 10/27/2022
20.3.0.50 819 10/17/2022
20.3.0.49 869 10/11/2022
20.3.0.48 892 10/5/2022
20.3.0.47 957 9/29/2022
20.2.0.50 967 9/20/2022
20.2.0.49 989 9/13/2022
20.2.0.48 932 9/6/2022
20.2.0.46 902 8/30/2022
20.2.0.45 975 8/23/2022
20.2.0.44 937 8/16/2022
20.2.0.43 15,715 8/8/2022
20.2.0.40 978 7/26/2022
20.2.0.39 897 7/19/2022
20.2.0.38 1,005 7/12/2022
20.2.0.36 1,056 6/30/2022
20.1.0.61 1,034 6/20/2022
20.1.0.60 3,685 6/14/2022
20.1.0.59 984 6/6/2022
20.1.0.58 1,017 5/30/2022
20.1.0.57 966 5/23/2022
20.1.0.56 946 5/17/2022
20.1.0.55 927 5/12/2022
20.1.0.52 3,133 5/2/2022
20.1.0.51 992 4/26/2022
20.1.0.50 934 4/19/2022
20.1.0.48 950 4/12/2022
20.1.0.47 1,045 4/4/2022
19.4.0.56 1,078 3/14/2022
19.4.0.55 1,003 3/8/2022
19.4.0.54 992 2/28/2022
19.4.0.53 946 2/21/2022
19.4.0.52 940 2/15/2022
19.4.0.50 993 2/8/2022
19.4.0.48 965 1/31/2022
19.4.0.47 957 1/24/2022
19.4.0.43 961 1/18/2022
19.4.0.42 997 1/10/2022
19.4.0.41 712 1/4/2022
19.4.0.40 627 12/28/2021
19.4.0.38 750 12/17/2021
19.3.0.59 686 12/14/2021
19.3.0.57 682 12/7/2021
19.3.0.56 1,567 11/29/2021
19.3.0.55 696 11/23/2021
19.3.0.54 687 11/17/2021
19.3.0.53 733 11/12/2021
19.3.0.48 748 11/3/2021
19.3.0.47 784 10/26/2021
19.3.0.46 761 10/19/2021
19.3.0.45 771 10/12/2021
19.3.0.44 759 10/5/2021
19.3.0.43 855 9/30/2021
19.2.0.62 908 9/13/2021
19.2.0.60 833 9/7/2021
19.2.0.59 831 8/30/2021
19.2.0.57 793 8/24/2021
19.2.0.56 811 8/17/2021
19.2.0.55 839 8/11/2021
19.2.0.51 869 8/2/2021
19.2.0.49 812 7/26/2021
19.2.0.48 831 7/19/2021
19.2.0.47 820 7/13/2021
19.2.0.46 791 7/6/2021
19.2.0.44 918 6/30/2021
19.1.0.69 868 6/14/2021
19.1.0.67 863 6/7/2021
19.1.0.66 844 5/31/2021
19.1.0.65 840 5/24/2021
19.1.0.64 834 5/19/2021
19.1.0.63 816 5/13/2021
19.1.0.59 875 5/3/2021
19.1.0.58 802 4/26/2021
19.1.0.57 784 4/20/2021
19.1.0.56 724 4/12/2021
19.1.0.55 786 4/6/2021
19.1.0.54 1,069 3/30/2021
18.4.0.49 903 3/22/2021
18.4.0.48 798 3/16/2021
18.4.0.47 863 3/9/2021
18.4.0.46 850 3/2/2021
18.4.0.44 862 2/23/2021
18.4.0.43 765 2/15/2021
18.4.0.42 818 2/9/2021
18.4.0.41 866 2/2/2021
18.4.0.39 846 1/28/2021
18.4.0.35 967 1/19/2021
18.4.0.34 884 1/12/2021
18.4.0.33 851 1/4/2021
18.4.0.32 801 12/30/2020
18.4.0.31 918 12/22/2020
18.4.0.30 1,000 12/17/2020
18.3.0.53 882 12/8/2020
18.3.0.52 882 11/30/2020
18.3.0.51 874 11/23/2020
18.3.0.50 851 11/17/2020
18.3.0.48 884 11/10/2020
18.3.0.47 965 11/5/2020
18.3.0.44 992 10/27/2020
18.3.0.42 1,260 10/20/2020
18.3.0.40 912 10/12/2020
18.3.0.38 913 10/7/2020
18.3.0.35 1,693 10/1/2020
18.2.0.59 938 9/22/2020
18.2.0.58 930 9/15/2020
18.2.0.57 914 9/8/2020
18.2.0.56 913 9/1/2020
18.2.0.55 904 8/24/2020
18.2.0.54 900 8/18/2020
18.2.0.48 1,010 8/4/2020
18.2.0.47 990 7/28/2020
18.2.0.46 998 7/21/2020
18.2.0.45 938 7/14/2020
18.2.0.44 2,486 7/6/2020
18.1.0.59 973 6/23/2020
18.1.0.57 1,056 6/15/2020
18.1.0.56 1,032 6/9/2020
18.1.0.55 973 6/2/2020
18.1.0.54 1,076 5/26/2020
18.1.0.53 982 5/19/2020
18.1.0.52 1,016 5/13/2020
18.1.0.48 1,024 5/5/2020
18.1.0.46 1,024 4/28/2020
18.1.0.45 1,028 4/20/2020
18.1.0.44 1,056 4/14/2020
18.1.0.43 1,061 4/7/2020
18.1.0.42 1,085 4/1/2020
18.1.0.36-beta 645 3/19/2020
17.4.0.55 1,200 3/10/2020
17.4.0.53 1,208 3/3/2020
17.4.0.51 1,025 2/25/2020
17.4.0.50 1,051 2/18/2020
17.4.0.49 1,022 2/11/2020
17.4.0.47 1,014 2/5/2020
17.4.0.46 1,013 1/30/2020
17.4.0.44 1,106 1/21/2020
17.4.0.43 1,041 1/14/2020
17.4.0.41 1,042 1/7/2020
17.4.0.40 1,045 12/24/2019
17.4.0.39 1,123 12/17/2019
17.3.0.34 1,019 12/10/2019
17.3.0.33 1,037 12/4/2019
17.3.0.30 1,017 12/3/2019
17.3.0.29 994 11/26/2019
17.3.0.28 1,012 11/18/2019
17.3.0.27 1,031 11/12/2019
17.3.0.26 1,025 11/5/2019
17.3.0.21 1,050 10/29/2019
17.3.0.19 1,052 10/22/2019
17.3.0.17 1,115 10/15/2019
17.3.0.14 1,132 10/3/2019
17.3.0.9-beta 597 9/20/2019
17.2.0.51 1,077 9/10/2019
17.2.0.49 1,081 9/3/2019
17.2.0.47 1,072 8/27/2019
17.2.0.46 1,078 8/22/2019
17.2.0.41 1,155 8/13/2019
17.2.0.40 1,226 8/6/2019
17.2.0.39 1,069 7/30/2019
17.2.0.36 1,079 7/23/2019
17.2.0.35 1,136 7/17/2019
17.2.0.34 1,265 7/11/2019
17.2.0.28-beta 668 6/27/2019
17.1.0.53 1,203 6/25/2019
17.1.0.52 1,194 6/18/2019
17.1.0.51 1,190 6/11/2019
17.1.0.50 1,220 6/4/2019
17.1.0.49 1,181 5/28/2019
17.1.0.48 1,258 5/21/2019
17.1.0.47 1,144 5/14/2019
17.1.0.44 1,131 5/7/2019
17.1.0.43 1,140 4/30/2019
17.1.0.42 1,196 4/23/2019
17.1.0.41 1,177 4/16/2019
17.1.0.40 1,147 4/9/2019
17.1.0.38 1,703 3/29/2019
17.1.0.32-beta 737 3/13/2019
16.4.0.54 1,317 2/19/2019
16.4.0.53 1,247 2/13/2019
16.4.0.52 1,265 2/5/2019
16.4.0.48 1,307 1/22/2019
16.4.0.47 1,274 1/16/2019
16.4.0.46 1,269 1/8/2019
16.4.0.44 1,242 12/24/2018
16.4.0.42 1,291 12/17/2018
16.4.0.40-beta 779 12/10/2018
16.3.0.36 1,328 11/27/2018
16.3.0.35-beta 829 11/23/2018
16.3.0.29 1,331 10/30/2018
16.3.0.21 1,435 9/21/2018