Syncfusion.Presentation.WinForms 29.1.35

Prefix Reserved
dotnet add package Syncfusion.Presentation.WinForms --version 29.1.35
                    
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 29.1.35
                    
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.1.35" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Presentation.WinForms" Version="29.1.35" />
                    
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.1.35
                    
#r "nuget: Syncfusion.Presentation.WinForms, 29.1.35"
                    
#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.1.35
                    
Install Syncfusion.Presentation.WinForms as a Cake Addin
#tool nuget:?package=Syncfusion.Presentation.WinForms&version=29.1.35
                    
Install Syncfusion.Presentation.WinForms 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. 
.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
29.1.35 63 4/1/2025
29.1.33 512 3/25/2025
28.2.12 188 3/19/2025
28.2.11 232 3/10/2025
28.2.9 253 3/3/2025
28.2.7 155 2/25/2025
28.2.6 159 2/17/2025
28.2.5 148 2/11/2025
28.2.4 152 2/4/2025
28.2.3 175 1/29/2025
28.1.41 160 1/20/2025
28.1.39 129 1/13/2025
28.1.38 146 1/7/2025
28.1.37 157 12/31/2024
28.1.36 148 12/23/2024
28.1.35 195 12/18/2024
28.1.33 206 12/12/2024
27.2.5 186 12/2/2024
27.2.4 175 11/26/2024
27.2.3 160 11/22/2024
27.2.2 200 11/15/2024
27.1.58 204 11/4/2024
27.1.57 209 10/28/2024
27.1.56 176 10/23/2024
27.1.55 137 10/21/2024
27.1.53 212 10/14/2024
27.1.52 182 10/7/2024
27.1.51 178 9/30/2024
27.1.50 181 9/23/2024
27.1.48 201 9/18/2024
26.2.14 220 9/9/2024
26.2.13 194 9/5/2024
26.2.12 201 9/2/2024
26.2.11 206 8/27/2024
26.2.10 210 8/19/2024
26.2.9 230 8/12/2024
26.2.8 202 8/5/2024
26.2.7 146 7/29/2024
26.2.5 183 7/25/2024
26.2.4 173 7/24/2024
26.1.42 227 7/15/2024
26.1.41 217 7/8/2024
26.1.40 236 7/1/2024
26.1.39 206 6/24/2024
26.1.38 247 6/18/2024
26.1.35 214 6/11/2024
25.2.7 325 6/3/2024
25.2.6 232 5/28/2024
25.2.5 242 5/21/2024
25.2.4 208 5/14/2024
25.2.3 200 5/8/2024
25.1.42 244 4/29/2024
25.1.41 236 4/23/2024
25.1.40 226 4/15/2024
25.1.39 235 4/8/2024
25.1.38 246 4/1/2024
25.1.37 258 3/26/2024
25.1.35 310 3/15/2024
24.2.9 256 3/4/2024
24.2.8 241 2/26/2024
24.2.7 246 2/19/2024
24.2.6 273 2/14/2024
24.2.5 218 2/12/2024
24.2.4 220 2/5/2024
24.2.3 244 1/31/2024
24.1.47 232 1/22/2024
24.1.46 213 1/16/2024
24.1.45 260 1/8/2024
24.1.44 259 1/2/2024
24.1.43 245 12/27/2023
24.1.41 314 12/18/2023
23.2.7 306 12/6/2023
23.2.6 291 11/28/2023
23.2.5 268 11/23/2023
23.2.4 240 11/20/2023
23.1.44 302 11/6/2023
23.1.43 265 10/30/2023
23.1.42 288 10/23/2023
23.1.41 297 10/16/2023
23.1.40 302 10/10/2023
23.1.39 282 10/4/2023
23.1.38 290 9/26/2023
23.1.36 383 9/15/2023
22.2.12 347 9/5/2023
22.2.11 343 8/28/2023
22.2.10 325 8/22/2023
22.2.9 314 8/14/2023
22.2.8 419 8/7/2023
22.2.7 351 8/2/2023
22.2.5 409 7/27/2023
22.1.39 333 7/18/2023
22.1.38 320 7/11/2023
22.1.37 354 7/3/2023
22.1.36 5,335 6/28/2023
22.1.34 5,376 6/21/2023
21.2.10 381 6/12/2023
21.2.9 382 6/6/2023
21.2.8 352 5/30/2023
21.2.6 434 5/22/2023
21.2.5 461 5/15/2023
21.2.4 436 5/9/2023
21.2.3 501 5/3/2023
21.1.41 474 4/19/2023
21.1.39 459 4/10/2023
21.1.38 517 4/3/2023
21.1.37 477 3/29/2023
21.1.35 619 3/23/2023
20.4.0.54 559 3/13/2023
20.4.0.53 545 3/7/2023
20.4.0.52 629 2/28/2023
20.4.0.51 597 2/21/2023
20.4.0.50 596 2/14/2023
20.4.0.49 584 2/7/2023
20.4.0.48 637 2/1/2023
20.4.0.44 689 1/18/2023
20.4.0.43 785 1/10/2023
20.4.0.42 657 1/4/2023
20.4.0.41 636 12/29/2022
20.4.0.40 591 12/28/2022
20.4.0.38 706 12/21/2022
20.3.0.61 657 12/12/2022
20.3.0.60 586 12/6/2022
20.3.0.59 705 11/29/2022
20.3.0.58 673 11/21/2022
20.3.0.57 794 11/14/2022
20.3.0.56 945 11/8/2022
20.3.0.52 816 10/27/2022
20.3.0.50 798 10/17/2022
20.3.0.49 853 10/11/2022
20.3.0.48 877 10/5/2022
20.3.0.47 937 9/29/2022
20.2.0.50 950 9/20/2022
20.2.0.49 966 9/13/2022
20.2.0.48 917 9/6/2022
20.2.0.46 884 8/30/2022
20.2.0.45 959 8/23/2022
20.2.0.44 916 8/16/2022
20.2.0.43 14,364 8/8/2022
20.2.0.40 955 7/26/2022
20.2.0.39 875 7/19/2022
20.2.0.38 981 7/12/2022
20.2.0.36 1,033 6/30/2022
20.1.0.61 1,011 6/20/2022
20.1.0.60 3,498 6/14/2022
20.1.0.59 956 6/6/2022
20.1.0.58 995 5/30/2022
20.1.0.57 937 5/23/2022
20.1.0.56 925 5/17/2022
20.1.0.55 905 5/12/2022
20.1.0.52 2,954 5/2/2022
20.1.0.51 961 4/26/2022
20.1.0.50 899 4/19/2022
20.1.0.48 925 4/12/2022
20.1.0.47 1,021 4/4/2022
19.4.0.56 1,043 3/14/2022
19.4.0.55 976 3/8/2022
19.4.0.54 964 2/28/2022
19.4.0.53 921 2/21/2022
19.4.0.52 912 2/15/2022
19.4.0.50 958 2/8/2022
19.4.0.48 939 1/31/2022
19.4.0.47 926 1/24/2022
19.4.0.43 932 1/18/2022
19.4.0.42 965 1/10/2022
19.4.0.41 681 1/4/2022
19.4.0.40 600 12/28/2021
19.4.0.38 720 12/17/2021
19.3.0.59 659 12/14/2021
19.3.0.57 655 12/7/2021
19.3.0.56 1,538 11/29/2021
19.3.0.55 667 11/23/2021
19.3.0.54 657 11/17/2021
19.3.0.53 706 11/12/2021
19.3.0.48 716 11/3/2021
19.3.0.47 747 10/26/2021
19.3.0.46 731 10/19/2021
19.3.0.45 741 10/12/2021
19.3.0.44 725 10/5/2021
19.3.0.43 825 9/30/2021
19.2.0.62 866 9/13/2021
19.2.0.60 801 9/7/2021
19.2.0.59 791 8/30/2021
19.2.0.57 761 8/24/2021
19.2.0.56 776 8/17/2021
19.2.0.55 801 8/11/2021
19.2.0.51 839 8/2/2021
19.2.0.49 780 7/26/2021
19.2.0.48 799 7/19/2021
19.2.0.47 790 7/13/2021
19.2.0.46 759 7/6/2021
19.2.0.44 883 6/30/2021
19.1.0.69 839 6/14/2021
19.1.0.67 831 6/7/2021
19.1.0.66 808 5/31/2021
19.1.0.65 803 5/24/2021
19.1.0.64 801 5/19/2021
19.1.0.63 784 5/13/2021
19.1.0.59 838 5/3/2021
19.1.0.58 767 4/26/2021
19.1.0.57 753 4/20/2021
19.1.0.56 689 4/12/2021
19.1.0.55 748 4/6/2021
19.1.0.54 988 3/30/2021
18.4.0.49 867 3/22/2021
18.4.0.48 764 3/16/2021
18.4.0.47 826 3/9/2021
18.4.0.46 813 3/2/2021
18.4.0.44 829 2/23/2021
18.4.0.43 728 2/15/2021
18.4.0.42 777 2/9/2021
18.4.0.41 828 2/2/2021
18.4.0.39 805 1/28/2021
18.4.0.35 923 1/19/2021
18.4.0.34 848 1/12/2021
18.4.0.33 818 1/4/2021
18.4.0.32 764 12/30/2020
18.4.0.31 883 12/22/2020
18.4.0.30 958 12/17/2020
18.3.0.53 844 12/8/2020
18.3.0.52 844 11/30/2020
18.3.0.51 835 11/23/2020
18.3.0.50 813 11/17/2020
18.3.0.48 847 11/10/2020
18.3.0.47 924 11/5/2020
18.3.0.44 946 10/27/2020
18.3.0.42 1,226 10/20/2020
18.3.0.40 872 10/12/2020
18.3.0.38 875 10/7/2020
18.3.0.35 1,653 10/1/2020
18.2.0.59 897 9/22/2020
18.2.0.58 890 9/15/2020
18.2.0.57 872 9/8/2020
18.2.0.56 876 9/1/2020
18.2.0.55 863 8/24/2020
18.2.0.54 856 8/18/2020
18.2.0.48 966 8/4/2020
18.2.0.47 955 7/28/2020
18.2.0.46 957 7/21/2020
18.2.0.45 896 7/14/2020
18.2.0.44 2,447 7/6/2020
18.1.0.59 937 6/23/2020
18.1.0.57 1,021 6/15/2020
18.1.0.56 994 6/9/2020
18.1.0.55 938 6/2/2020
18.1.0.54 1,035 5/26/2020
18.1.0.53 944 5/19/2020
18.1.0.52 975 5/13/2020
18.1.0.48 960 5/5/2020
18.1.0.46 978 4/28/2020
18.1.0.45 989 4/20/2020
18.1.0.44 1,011 4/14/2020
18.1.0.43 1,021 4/7/2020
18.1.0.42 1,041 4/1/2020
18.1.0.36-beta 594 3/19/2020
17.4.0.55 1,139 3/10/2020
17.4.0.53 1,166 3/3/2020
17.4.0.51 981 2/25/2020
17.4.0.50 1,006 2/18/2020
17.4.0.49 978 2/11/2020
17.4.0.47 971 2/5/2020
17.4.0.46 974 1/30/2020
17.4.0.44 1,059 1/21/2020
17.4.0.43 998 1/14/2020
17.4.0.41 1,000 1/7/2020
17.4.0.40 1,004 12/24/2019
17.4.0.39 1,073 12/17/2019
17.3.0.34 981 12/10/2019
17.3.0.33 995 12/4/2019
17.3.0.30 973 12/3/2019
17.3.0.29 952 11/26/2019
17.3.0.28 971 11/18/2019
17.3.0.27 988 11/12/2019
17.3.0.26 980 11/5/2019
17.3.0.21 1,008 10/29/2019
17.3.0.19 1,012 10/22/2019
17.3.0.17 1,068 10/15/2019
17.3.0.14 1,085 10/3/2019
17.3.0.9-beta 556 9/20/2019
17.2.0.51 1,037 9/10/2019
17.2.0.49 1,035 9/3/2019
17.2.0.47 1,024 8/27/2019
17.2.0.46 1,025 8/22/2019
17.2.0.41 1,111 8/13/2019
17.2.0.40 1,178 8/6/2019
17.2.0.39 1,022 7/30/2019
17.2.0.36 1,031 7/23/2019
17.2.0.35 1,087 7/17/2019
17.2.0.34 1,218 7/11/2019
17.2.0.28-beta 620 6/27/2019
17.1.0.53 1,154 6/25/2019
17.1.0.52 1,151 6/18/2019
17.1.0.51 1,142 6/11/2019
17.1.0.50 1,165 6/4/2019
17.1.0.49 1,137 5/28/2019
17.1.0.48 1,204 5/21/2019
17.1.0.47 1,095 5/14/2019
17.1.0.44 1,081 5/7/2019
17.1.0.43 1,095 4/30/2019
17.1.0.42 1,153 4/23/2019
17.1.0.41 1,131 4/16/2019
17.1.0.40 1,100 4/9/2019
17.1.0.38 1,653 3/29/2019
17.1.0.32-beta 688 3/13/2019
16.4.0.54 1,263 2/19/2019
16.4.0.53 1,201 2/13/2019
16.4.0.52 1,220 2/5/2019
16.4.0.48 1,259 1/22/2019
16.4.0.47 1,226 1/16/2019
16.4.0.46 1,218 1/8/2019
16.4.0.44 1,195 12/24/2018
16.4.0.42 1,244 12/17/2018
16.4.0.40-beta 734 12/10/2018
16.3.0.36 1,278 11/27/2018
16.3.0.35-beta 779 11/23/2018
16.3.0.29 1,277 10/30/2018
16.3.0.21 1,380 9/21/2018