Syncfusion.Presentation.WinForms 31.1.21

Prefix Reserved
dotnet add package Syncfusion.Presentation.WinForms --version 31.1.21
                    
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 31.1.21
                    
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="31.1.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Presentation.WinForms" Version="31.1.21" />
                    
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 31.1.21
                    
#r "nuget: Syncfusion.Presentation.WinForms, 31.1.21"
                    
#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.Presentation.WinForms@31.1.21
                    
#: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.Presentation.WinForms&version=31.1.21
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Presentation.WinForms&version=31.1.21
                    
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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ 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, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, 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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  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
31.1.21 80 9/22/2025
31.1.20 329 9/16/2025
31.1.19 181 9/11/2025
31.1.18 157 9/9/2025
31.1.17 175 9/5/2025
30.2.7 277 8/25/2025
30.2.6 198 8/18/2025
30.2.5 193 8/13/2025
30.2.4 308 8/7/2025
30.1.42 163 7/28/2025
30.1.41 617 7/22/2025
30.1.40 237 7/14/2025
30.1.39 202 7/8/2025
30.1.38 194 7/1/2025
30.1.37 242 6/25/2025
29.2.11 210 6/16/2025
29.2.10 339 6/9/2025
29.2.9 198 6/5/2025
29.2.8 197 6/3/2025
29.2.7 238 5/26/2025
29.2.5 223 5/20/2025
29.2.4 313 5/14/2025
29.1.41 219 5/5/2025
29.1.40 222 4/28/2025
29.1.39 251 4/21/2025
29.1.38 294 4/14/2025
29.1.37 287 4/8/2025
29.1.35 308 4/1/2025
29.1.33 591 3/25/2025
28.2.12 266 3/19/2025
28.2.11 287 3/10/2025
28.2.9 294 3/3/2025
28.2.7 225 2/25/2025
28.2.6 215 2/17/2025
28.2.5 204 2/11/2025
28.2.4 189 2/4/2025
28.2.3 230 1/29/2025
28.1.41 203 1/20/2025
28.1.39 173 1/13/2025
28.1.38 194 1/7/2025
28.1.37 194 12/31/2024
28.1.36 181 12/23/2024
28.1.35 233 12/18/2024
28.1.33 267 12/12/2024
27.2.5 277 12/2/2024
27.2.4 222 11/26/2024
27.2.3 201 11/22/2024
27.2.2 248 11/15/2024
27.1.58 235 11/4/2024
27.1.57 244 10/28/2024
27.1.56 219 10/23/2024
27.1.55 182 10/21/2024
27.1.53 252 10/14/2024
27.1.52 227 10/7/2024
27.1.51 224 9/30/2024
27.1.50 221 9/23/2024
27.1.48 250 9/18/2024
26.2.14 273 9/9/2024
26.2.13 231 9/5/2024
26.2.12 245 9/2/2024
26.2.11 245 8/27/2024
26.2.10 246 8/19/2024
26.2.9 271 8/12/2024
26.2.8 234 8/5/2024
26.2.7 192 7/29/2024
26.2.5 234 7/25/2024
26.2.4 203 7/24/2024
26.1.42 278 7/15/2024
26.1.41 261 7/8/2024
26.1.40 283 7/1/2024
26.1.39 257 6/24/2024
26.1.38 292 6/18/2024
26.1.35 247 6/11/2024
25.2.7 421 6/3/2024
25.2.6 262 5/28/2024
25.2.5 290 5/21/2024
25.2.4 243 5/14/2024
25.2.3 243 5/8/2024
25.1.42 283 4/29/2024
25.1.41 281 4/23/2024
25.1.40 265 4/15/2024
25.1.39 280 4/8/2024
25.1.38 291 4/1/2024
25.1.37 299 3/26/2024
25.1.35 355 3/15/2024
24.2.9 305 3/4/2024
24.2.8 274 2/26/2024
24.2.7 293 2/19/2024
24.2.6 310 2/14/2024
24.2.5 247 2/12/2024
24.2.4 248 2/5/2024
24.2.3 281 1/31/2024
24.1.47 273 1/22/2024
24.1.46 249 1/16/2024
24.1.45 302 1/8/2024
24.1.44 299 1/2/2024
24.1.43 288 12/27/2023
24.1.41 351 12/18/2023
23.2.7 333 12/6/2023
23.2.6 325 11/28/2023
23.2.5 306 11/23/2023
23.2.4 276 11/20/2023
23.1.44 352 11/6/2023
23.1.43 300 10/30/2023
23.1.42 329 10/23/2023
23.1.41 349 10/16/2023
23.1.40 343 10/10/2023
23.1.39 329 10/4/2023
23.1.38 327 9/26/2023
23.1.36 429 9/15/2023
22.2.12 404 9/5/2023
22.2.11 397 8/28/2023
22.2.10 379 8/22/2023
22.2.9 382 8/14/2023
22.2.8 483 8/7/2023
22.2.7 401 8/2/2023
22.2.5 488 7/27/2023
22.1.39 403 7/18/2023
22.1.38 386 7/11/2023
22.1.37 417 7/3/2023
22.1.36 6,931 6/28/2023
22.1.34 5,490 6/21/2023
21.2.10 441 6/12/2023
21.2.9 453 6/6/2023
21.2.8 424 5/30/2023
21.2.6 504 5/22/2023
21.2.5 547 5/15/2023
21.2.4 493 5/9/2023
21.2.3 576 5/3/2023
21.1.41 539 4/19/2023
21.1.39 517 4/10/2023
21.1.38 581 4/3/2023
21.1.37 546 3/29/2023
21.1.35 678 3/23/2023
20.4.0.54 635 3/13/2023
20.4.0.53 606 3/7/2023
20.4.0.52 693 2/28/2023
20.4.0.51 671 2/21/2023
20.4.0.50 656 2/14/2023
20.4.0.49 652 2/7/2023
20.4.0.48 701 2/1/2023
20.4.0.44 767 1/18/2023
20.4.0.43 848 1/10/2023
20.4.0.42 728 1/4/2023
20.4.0.41 703 12/29/2022
20.4.0.40 662 12/28/2022
20.4.0.38 774 12/21/2022
20.3.0.61 729 12/12/2022
20.3.0.60 653 12/6/2022
20.3.0.59 754 11/29/2022
20.3.0.58 734 11/21/2022
20.3.0.57 862 11/14/2022
20.3.0.56 1,146 11/8/2022
20.3.0.52 868 10/27/2022
20.3.0.50 867 10/17/2022
20.3.0.49 905 10/11/2022
20.3.0.48 930 10/5/2022
20.3.0.47 1,008 9/29/2022
20.2.0.50 1,011 9/20/2022
20.2.0.49 1,033 9/13/2022
20.2.0.48 978 9/6/2022
20.2.0.46 947 8/30/2022
20.2.0.45 1,012 8/23/2022
20.2.0.44 978 8/16/2022
20.2.0.43 16,890 8/8/2022
20.2.0.40 1,024 7/26/2022
20.2.0.39 943 7/19/2022
20.2.0.38 1,046 7/12/2022
20.2.0.36 1,101 6/30/2022
20.1.0.61 1,078 6/20/2022
20.1.0.60 3,866 6/14/2022
20.1.0.59 1,024 6/6/2022
20.1.0.58 1,072 5/30/2022
20.1.0.57 1,013 5/23/2022
20.1.0.56 995 5/17/2022
20.1.0.55 976 5/12/2022
20.1.0.52 3,307 5/2/2022
20.1.0.51 1,039 4/26/2022
20.1.0.50 982 4/19/2022
20.1.0.48 1,000 4/12/2022
20.1.0.47 1,102 4/4/2022
19.4.0.56 1,118 3/14/2022
19.4.0.55 1,054 3/8/2022
19.4.0.54 1,045 2/28/2022
19.4.0.53 986 2/21/2022
19.4.0.52 987 2/15/2022
19.4.0.50 1,045 2/8/2022
19.4.0.48 1,010 1/31/2022
19.4.0.47 1,006 1/24/2022
19.4.0.43 1,008 1/18/2022
19.4.0.42 1,048 1/10/2022
19.4.0.41 756 1/4/2022
19.4.0.40 671 12/28/2021
19.4.0.38 796 12/17/2021
19.3.0.59 723 12/14/2021
19.3.0.57 727 12/7/2021
19.3.0.56 1,614 11/29/2021
19.3.0.55 735 11/23/2021
19.3.0.54 730 11/17/2021
19.3.0.53 784 11/12/2021
19.3.0.48 798 11/3/2021
19.3.0.47 833 10/26/2021
19.3.0.46 807 10/19/2021
19.3.0.45 812 10/12/2021
19.3.0.44 810 10/5/2021
19.3.0.43 898 9/30/2021
19.2.0.62 956 9/13/2021
19.2.0.60 875 9/7/2021
19.2.0.59 876 8/30/2021
19.2.0.57 843 8/24/2021
19.2.0.56 857 8/17/2021
19.2.0.55 877 8/11/2021
19.2.0.51 908 8/2/2021
19.2.0.49 858 7/26/2021
19.2.0.48 882 7/19/2021
19.2.0.47 866 7/13/2021
19.2.0.46 835 7/6/2021
19.2.0.44 967 6/30/2021
19.1.0.69 907 6/14/2021
19.1.0.67 900 6/7/2021
19.1.0.66 890 5/31/2021
19.1.0.65 884 5/24/2021
19.1.0.64 875 5/19/2021
19.1.0.63 853 5/13/2021
19.1.0.59 924 5/3/2021
19.1.0.58 851 4/26/2021
19.1.0.57 821 4/20/2021
19.1.0.56 774 4/12/2021
19.1.0.55 833 4/6/2021
19.1.0.54 1,123 3/30/2021
18.4.0.49 948 3/22/2021
18.4.0.48 849 3/16/2021
18.4.0.47 901 3/9/2021
18.4.0.46 895 3/2/2021
18.4.0.44 908 2/23/2021
18.4.0.43 806 2/15/2021
18.4.0.42 870 2/9/2021
18.4.0.41 923 2/2/2021
18.4.0.39 894 1/28/2021
18.4.0.35 1,016 1/19/2021
18.4.0.34 931 1/12/2021
18.4.0.33 903 1/4/2021
18.4.0.32 841 12/30/2020
18.4.0.31 966 12/22/2020
18.4.0.30 1,053 12/17/2020
18.3.0.53 931 12/8/2020
18.3.0.52 933 11/30/2020
18.3.0.51 914 11/23/2020
18.3.0.50 902 11/17/2020
18.3.0.48 933 11/10/2020
18.3.0.47 1,014 11/5/2020
18.3.0.44 1,045 10/27/2020
18.3.0.42 1,302 10/20/2020
18.3.0.40 951 10/12/2020
18.3.0.38 959 10/7/2020
18.3.0.35 1,742 10/1/2020
18.2.0.59 982 9/22/2020
18.2.0.58 978 9/15/2020
18.2.0.57 956 9/8/2020
18.2.0.56 964 9/1/2020
18.2.0.55 954 8/24/2020
18.2.0.54 952 8/18/2020
18.2.0.48 1,060 8/4/2020
18.2.0.47 1,030 7/28/2020
18.2.0.46 1,049 7/21/2020
18.2.0.45 989 7/14/2020
18.2.0.44 2,538 7/6/2020
18.1.0.59 1,016 6/23/2020
18.1.0.57 1,103 6/15/2020
18.1.0.56 1,074 6/9/2020
18.1.0.55 1,025 6/2/2020
18.1.0.54 1,131 5/26/2020
18.1.0.53 1,034 5/19/2020
18.1.0.52 1,065 5/13/2020
18.1.0.48 1,073 5/5/2020
18.1.0.46 1,062 4/28/2020
18.1.0.45 1,068 4/20/2020
18.1.0.44 1,104 4/14/2020
18.1.0.43 1,114 4/7/2020
18.1.0.42 1,138 4/1/2020
18.1.0.36-beta 695 3/19/2020
17.4.0.55 1,270 3/10/2020
17.4.0.53 1,258 3/3/2020
17.4.0.51 1,075 2/25/2020
17.4.0.50 1,099 2/18/2020
17.4.0.49 1,077 2/11/2020
17.4.0.47 1,074 2/5/2020
17.4.0.46 1,062 1/30/2020
17.4.0.44 1,154 1/21/2020
17.4.0.43 1,090 1/14/2020
17.4.0.41 1,093 1/7/2020
17.4.0.40 1,101 12/24/2019
17.4.0.39 1,166 12/17/2019
17.3.0.34 1,069 12/10/2019
17.3.0.33 1,077 12/4/2019
17.3.0.30 1,064 12/3/2019
17.3.0.29 1,046 11/26/2019
17.3.0.28 1,066 11/18/2019
17.3.0.27 1,082 11/12/2019
17.3.0.26 1,070 11/5/2019
17.3.0.21 1,092 10/29/2019
17.3.0.19 1,107 10/22/2019
17.3.0.17 1,166 10/15/2019
17.3.0.14 1,185 10/3/2019
17.3.0.9-beta 647 9/20/2019
17.2.0.51 1,126 9/10/2019
17.2.0.49 1,128 9/3/2019
17.2.0.47 1,120 8/27/2019
17.2.0.46 1,132 8/22/2019
17.2.0.41 1,203 8/13/2019
17.2.0.40 1,276 8/6/2019
17.2.0.39 1,112 7/30/2019
17.2.0.36 1,133 7/23/2019
17.2.0.35 1,180 7/17/2019
17.2.0.34 1,315 7/11/2019
17.2.0.28-beta 717 6/27/2019
17.1.0.53 1,250 6/25/2019
17.1.0.52 1,248 6/18/2019
17.1.0.51 1,243 6/11/2019
17.1.0.50 1,260 6/4/2019
17.1.0.49 1,227 5/28/2019
17.1.0.48 1,308 5/21/2019
17.1.0.47 1,188 5/14/2019
17.1.0.44 1,179 5/7/2019
17.1.0.43 1,188 4/30/2019
17.1.0.42 1,239 4/23/2019
17.1.0.41 1,234 4/16/2019
17.1.0.40 1,200 4/9/2019
17.1.0.38 1,760 3/29/2019
17.1.0.32-beta 787 3/13/2019
16.4.0.54 1,366 2/19/2019
16.4.0.53 1,287 2/13/2019
16.4.0.52 1,316 2/5/2019
16.4.0.48 1,359 1/22/2019
16.4.0.47 1,332 1/16/2019
16.4.0.46 1,321 1/8/2019
16.4.0.44 1,283 12/24/2018
16.4.0.42 1,332 12/17/2018
16.4.0.40-beta 832 12/10/2018
16.3.0.36 1,381 11/27/2018
16.3.0.35-beta 877 11/23/2018
16.3.0.29 1,374 10/30/2018
16.3.0.21 1,478 9/21/2018