Syncfusion.Presentation.WinForms 29.2.11

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 29.2.11
                    
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 29.2.11
                    
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="29.2.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Presentation.WinForms" Version="29.2.11" />
                    
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 29.2.11
                    
#r "nuget: Syncfusion.Presentation.WinForms, 29.2.11"
                    
#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=29.2.11
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Presentation.WinForms&version=29.2.11
                    
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
30.1.37 51 6/25/2025
29.2.11 170 6/16/2025
29.2.10 305 6/9/2025
29.2.9 159 6/5/2025
29.2.8 170 6/3/2025
29.2.7 196 5/26/2025
29.2.5 191 5/20/2025
29.2.4 283 5/14/2025
29.1.41 193 5/5/2025
29.1.40 190 4/28/2025
29.1.39 218 4/21/2025
29.1.38 263 4/14/2025
29.1.37 248 4/8/2025
29.1.35 246 4/1/2025
29.1.33 559 3/25/2025
28.2.12 237 3/19/2025
28.2.11 261 3/10/2025
28.2.9 278 3/3/2025
28.2.7 188 2/25/2025
28.2.6 189 2/17/2025
28.2.5 176 2/11/2025
28.2.4 172 2/4/2025
28.2.3 200 1/29/2025
28.1.41 179 1/20/2025
28.1.39 147 1/13/2025
28.1.38 164 1/7/2025
28.1.37 172 12/31/2024
28.1.36 163 12/23/2024
28.1.35 209 12/18/2024
28.1.33 233 12/12/2024
27.2.5 249 12/2/2024
27.2.4 193 11/26/2024
27.2.3 178 11/22/2024
27.2.2 218 11/15/2024
27.1.58 218 11/4/2024
27.1.57 225 10/28/2024
27.1.56 192 10/23/2024
27.1.55 157 10/21/2024
27.1.53 225 10/14/2024
27.1.52 198 10/7/2024
27.1.51 197 9/30/2024
27.1.50 198 9/23/2024
27.1.48 223 9/18/2024
26.2.14 242 9/9/2024
26.2.13 213 9/5/2024
26.2.12 219 9/2/2024
26.2.11 221 8/27/2024
26.2.10 222 8/19/2024
26.2.9 247 8/12/2024
26.2.8 217 8/5/2024
26.2.7 162 7/29/2024
26.2.5 200 7/25/2024
26.2.4 187 7/24/2024
26.1.42 248 7/15/2024
26.1.41 231 7/8/2024
26.1.40 255 7/1/2024
26.1.39 225 6/24/2024
26.1.38 262 6/18/2024
26.1.35 232 6/11/2024
25.2.7 358 6/3/2024
25.2.6 247 5/28/2024
25.2.5 261 5/21/2024
25.2.4 226 5/14/2024
25.2.3 217 5/8/2024
25.1.42 258 4/29/2024
25.1.41 253 4/23/2024
25.1.40 243 4/15/2024
25.1.39 249 4/8/2024
25.1.38 266 4/1/2024
25.1.37 272 3/26/2024
25.1.35 324 3/15/2024
24.2.9 276 3/4/2024
24.2.8 261 2/26/2024
24.2.7 261 2/19/2024
24.2.6 287 2/14/2024
24.2.5 232 2/12/2024
24.2.4 232 2/5/2024
24.2.3 257 1/31/2024
24.1.47 245 1/22/2024
24.1.46 226 1/16/2024
24.1.45 272 1/8/2024
24.1.44 272 1/2/2024
24.1.43 262 12/27/2023
24.1.41 334 12/18/2023
23.2.7 318 12/6/2023
23.2.6 307 11/28/2023
23.2.5 284 11/23/2023
23.2.4 253 11/20/2023
23.1.44 318 11/6/2023
23.1.43 280 10/30/2023
23.1.42 303 10/23/2023
23.1.41 315 10/16/2023
23.1.40 316 10/10/2023
23.1.39 299 10/4/2023
23.1.38 305 9/26/2023
23.1.36 402 9/15/2023
22.2.12 365 9/5/2023
22.2.11 361 8/28/2023
22.2.10 341 8/22/2023
22.2.9 333 8/14/2023
22.2.8 441 8/7/2023
22.2.7 368 8/2/2023
22.2.5 434 7/27/2023
22.1.39 352 7/18/2023
22.1.38 341 7/11/2023
22.1.37 372 7/3/2023
22.1.36 6,362 6/28/2023
22.1.34 5,418 6/21/2023
21.2.10 403 6/12/2023
21.2.9 404 6/6/2023
21.2.8 374 5/30/2023
21.2.6 453 5/22/2023
21.2.5 492 5/15/2023
21.2.4 458 5/9/2023
21.2.3 527 5/3/2023
21.1.41 496 4/19/2023
21.1.39 480 4/10/2023
21.1.38 537 4/3/2023
21.1.37 500 3/29/2023
21.1.35 640 3/23/2023
20.4.0.54 586 3/13/2023
20.4.0.53 566 3/7/2023
20.4.0.52 648 2/28/2023
20.4.0.51 620 2/21/2023
20.4.0.50 616 2/14/2023
20.4.0.49 606 2/7/2023
20.4.0.48 657 2/1/2023
20.4.0.44 719 1/18/2023
20.4.0.43 804 1/10/2023
20.4.0.42 676 1/4/2023
20.4.0.41 656 12/29/2022
20.4.0.40 613 12/28/2022
20.4.0.38 728 12/21/2022
20.3.0.61 680 12/12/2022
20.3.0.60 601 12/6/2022
20.3.0.59 719 11/29/2022
20.3.0.58 688 11/21/2022
20.3.0.57 808 11/14/2022
20.3.0.56 1,038 11/8/2022
20.3.0.52 829 10/27/2022
20.3.0.50 816 10/17/2022
20.3.0.49 866 10/11/2022
20.3.0.48 890 10/5/2022
20.3.0.47 955 9/29/2022
20.2.0.50 965 9/20/2022
20.2.0.49 987 9/13/2022
20.2.0.48 930 9/6/2022
20.2.0.46 899 8/30/2022
20.2.0.45 973 8/23/2022
20.2.0.44 935 8/16/2022
20.2.0.43 15,660 8/8/2022
20.2.0.40 976 7/26/2022
20.2.0.39 895 7/19/2022
20.2.0.38 1,002 7/12/2022
20.2.0.36 1,053 6/30/2022
20.1.0.61 1,032 6/20/2022
20.1.0.60 3,676 6/14/2022
20.1.0.59 982 6/6/2022
20.1.0.58 1,014 5/30/2022
20.1.0.57 964 5/23/2022
20.1.0.56 944 5/17/2022
20.1.0.55 924 5/12/2022
20.1.0.52 3,125 5/2/2022
20.1.0.51 989 4/26/2022
20.1.0.50 932 4/19/2022
20.1.0.48 948 4/12/2022
20.1.0.47 1,043 4/4/2022
19.4.0.56 1,076 3/14/2022
19.4.0.55 1,000 3/8/2022
19.4.0.54 990 2/28/2022
19.4.0.53 944 2/21/2022
19.4.0.52 938 2/15/2022
19.4.0.50 990 2/8/2022
19.4.0.48 963 1/31/2022
19.4.0.47 955 1/24/2022
19.4.0.43 958 1/18/2022
19.4.0.42 995 1/10/2022
19.4.0.41 710 1/4/2022
19.4.0.40 624 12/28/2021
19.4.0.38 747 12/17/2021
19.3.0.59 684 12/14/2021
19.3.0.57 680 12/7/2021
19.3.0.56 1,564 11/29/2021
19.3.0.55 693 11/23/2021
19.3.0.54 684 11/17/2021
19.3.0.53 731 11/12/2021
19.3.0.48 745 11/3/2021
19.3.0.47 781 10/26/2021
19.3.0.46 759 10/19/2021
19.3.0.45 769 10/12/2021
19.3.0.44 756 10/5/2021
19.3.0.43 851 9/30/2021
19.2.0.62 905 9/13/2021
19.2.0.60 831 9/7/2021
19.2.0.59 829 8/30/2021
19.2.0.57 791 8/24/2021
19.2.0.56 809 8/17/2021
19.2.0.55 837 8/11/2021
19.2.0.51 867 8/2/2021
19.2.0.49 810 7/26/2021
19.2.0.48 829 7/19/2021
19.2.0.47 818 7/13/2021
19.2.0.46 788 7/6/2021
19.2.0.44 914 6/30/2021
19.1.0.69 866 6/14/2021
19.1.0.67 861 6/7/2021
19.1.0.66 842 5/31/2021
19.1.0.65 838 5/24/2021
19.1.0.64 832 5/19/2021
19.1.0.63 814 5/13/2021
19.1.0.59 872 5/3/2021
19.1.0.58 799 4/26/2021
19.1.0.57 782 4/20/2021
19.1.0.56 720 4/12/2021
19.1.0.55 784 4/6/2021
19.1.0.54 1,064 3/30/2021
18.4.0.49 900 3/22/2021
18.4.0.48 796 3/16/2021
18.4.0.47 860 3/9/2021
18.4.0.46 848 3/2/2021
18.4.0.44 860 2/23/2021
18.4.0.43 763 2/15/2021
18.4.0.42 814 2/9/2021
18.4.0.41 863 2/2/2021
18.4.0.39 843 1/28/2021
18.4.0.35 964 1/19/2021
18.4.0.34 882 1/12/2021
18.4.0.33 849 1/4/2021
18.4.0.32 799 12/30/2020
18.4.0.31 915 12/22/2020
18.4.0.30 998 12/17/2020
18.3.0.53 879 12/8/2020
18.3.0.52 879 11/30/2020
18.3.0.51 872 11/23/2020
18.3.0.50 848 11/17/2020
18.3.0.48 882 11/10/2020
18.3.0.47 963 11/5/2020
18.3.0.44 989 10/27/2020
18.3.0.42 1,258 10/20/2020
18.3.0.40 910 10/12/2020
18.3.0.38 909 10/7/2020
18.3.0.35 1,691 10/1/2020
18.2.0.59 935 9/22/2020
18.2.0.58 926 9/15/2020
18.2.0.57 912 9/8/2020
18.2.0.56 911 9/1/2020
18.2.0.55 901 8/24/2020
18.2.0.54 898 8/18/2020
18.2.0.48 1,008 8/4/2020
18.2.0.47 988 7/28/2020
18.2.0.46 995 7/21/2020
18.2.0.45 936 7/14/2020
18.2.0.44 2,482 7/6/2020
18.1.0.59 971 6/23/2020
18.1.0.57 1,054 6/15/2020
18.1.0.56 1,030 6/9/2020
18.1.0.55 970 6/2/2020
18.1.0.54 1,074 5/26/2020
18.1.0.53 980 5/19/2020
18.1.0.52 1,013 5/13/2020
18.1.0.48 1,021 5/5/2020
18.1.0.46 1,022 4/28/2020
18.1.0.45 1,026 4/20/2020
18.1.0.44 1,053 4/14/2020
18.1.0.43 1,059 4/7/2020
18.1.0.42 1,083 4/1/2020
18.1.0.36-beta 642 3/19/2020
17.4.0.55 1,194 3/10/2020
17.4.0.53 1,206 3/3/2020
17.4.0.51 1,023 2/25/2020
17.4.0.50 1,049 2/18/2020
17.4.0.49 1,020 2/11/2020
17.4.0.47 1,011 2/5/2020
17.4.0.46 1,010 1/30/2020
17.4.0.44 1,103 1/21/2020
17.4.0.43 1,039 1/14/2020
17.4.0.41 1,040 1/7/2020
17.4.0.40 1,042 12/24/2019
17.4.0.39 1,121 12/17/2019
17.3.0.34 1,017 12/10/2019
17.3.0.33 1,035 12/4/2019
17.3.0.30 1,014 12/3/2019
17.3.0.29 992 11/26/2019
17.3.0.28 1,010 11/18/2019
17.3.0.27 1,029 11/12/2019
17.3.0.26 1,021 11/5/2019
17.3.0.21 1,048 10/29/2019
17.3.0.19 1,050 10/22/2019
17.3.0.17 1,113 10/15/2019
17.3.0.14 1,129 10/3/2019
17.3.0.9-beta 594 9/20/2019
17.2.0.51 1,074 9/10/2019
17.2.0.49 1,078 9/3/2019
17.2.0.47 1,070 8/27/2019
17.2.0.46 1,076 8/22/2019
17.2.0.41 1,153 8/13/2019
17.2.0.40 1,223 8/6/2019
17.2.0.39 1,067 7/30/2019
17.2.0.36 1,077 7/23/2019
17.2.0.35 1,133 7/17/2019
17.2.0.34 1,263 7/11/2019
17.2.0.28-beta 666 6/27/2019
17.1.0.53 1,199 6/25/2019
17.1.0.52 1,192 6/18/2019
17.1.0.51 1,188 6/11/2019
17.1.0.50 1,218 6/4/2019
17.1.0.49 1,178 5/28/2019
17.1.0.48 1,255 5/21/2019
17.1.0.47 1,142 5/14/2019
17.1.0.44 1,128 5/7/2019
17.1.0.43 1,137 4/30/2019
17.1.0.42 1,194 4/23/2019
17.1.0.41 1,175 4/16/2019
17.1.0.40 1,145 4/9/2019
17.1.0.38 1,700 3/29/2019
17.1.0.32-beta 734 3/13/2019
16.4.0.54 1,315 2/19/2019
16.4.0.53 1,245 2/13/2019
16.4.0.52 1,262 2/5/2019
16.4.0.48 1,304 1/22/2019
16.4.0.47 1,271 1/16/2019
16.4.0.46 1,267 1/8/2019
16.4.0.44 1,240 12/24/2018
16.4.0.42 1,289 12/17/2018
16.4.0.40-beta 777 12/10/2018
16.3.0.36 1,325 11/27/2018
16.3.0.35-beta 827 11/23/2018
16.3.0.29 1,329 10/30/2018
16.3.0.21 1,431 9/21/2018