Syncfusion.Presentation.WinForms 24.1.47

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 24.1.47                
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 24.1.47                
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="24.1.47" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Presentation.WinForms --version 24.1.47                
#r "nuget: Syncfusion.Presentation.WinForms, 24.1.47"                
#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.
// Install Syncfusion.Presentation.WinForms as a Cake Addin
#addin nuget:?package=Syncfusion.Presentation.WinForms&version=24.1.47

// Install Syncfusion.Presentation.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.Presentation.WinForms&version=24.1.47                

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, 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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.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
27.2.3 0 11/22/2024
27.2.2 149 11/15/2024
27.1.58 157 11/4/2024
27.1.57 143 10/28/2024
27.1.56 137 10/23/2024
27.1.55 99 10/21/2024
27.1.53 169 10/14/2024
27.1.52 149 10/7/2024
27.1.51 145 9/30/2024
27.1.50 149 9/23/2024
27.1.48 156 9/18/2024
26.2.14 180 9/9/2024
26.2.13 157 9/5/2024
26.2.12 162 9/2/2024
26.2.11 174 8/27/2024
26.2.10 181 8/19/2024
26.2.9 202 8/12/2024
26.2.8 169 8/5/2024
26.2.7 110 7/29/2024
26.2.5 147 7/25/2024
26.2.4 140 7/24/2024
26.1.42 196 7/15/2024
26.1.41 188 7/8/2024
26.1.40 206 7/1/2024
26.1.39 174 6/24/2024
26.1.38 218 6/18/2024
26.1.35 190 6/11/2024
25.2.7 236 6/3/2024
25.2.6 204 5/28/2024
25.2.5 215 5/21/2024
25.2.4 182 5/14/2024
25.2.3 174 5/8/2024
25.1.42 216 4/29/2024
25.1.41 206 4/23/2024
25.1.40 199 4/15/2024
25.1.39 209 4/8/2024
25.1.38 222 4/1/2024
25.1.37 231 3/26/2024
25.1.35 284 3/15/2024
24.2.9 229 3/4/2024
24.2.8 216 2/26/2024
24.2.7 213 2/19/2024
24.2.6 241 2/14/2024
24.2.5 194 2/12/2024
24.2.4 194 2/5/2024
24.2.3 219 1/31/2024
24.1.47 208 1/22/2024
24.1.46 188 1/16/2024
24.1.45 235 1/8/2024
24.1.44 232 1/2/2024
24.1.43 214 12/27/2023
24.1.41 289 12/18/2023
23.2.7 281 12/6/2023
23.2.6 268 11/28/2023
23.2.5 242 11/23/2023
23.2.4 215 11/20/2023
23.1.44 277 11/6/2023
23.1.43 240 10/30/2023
23.1.42 262 10/23/2023
23.1.41 270 10/16/2023
23.1.40 275 10/10/2023
23.1.39 254 10/4/2023
23.1.38 266 9/26/2023
23.1.36 354 9/15/2023
22.2.12 320 9/5/2023
22.2.11 319 8/28/2023
22.2.10 300 8/22/2023
22.2.9 289 8/14/2023
22.2.8 391 8/7/2023
22.2.7 324 8/2/2023
22.2.5 380 7/27/2023
22.1.39 303 7/18/2023
22.1.38 297 7/11/2023
22.1.37 329 7/3/2023
22.1.36 3,770 6/28/2023
22.1.34 4,880 6/21/2023
21.2.10 352 6/12/2023
21.2.9 350 6/6/2023
21.2.8 317 5/30/2023
21.2.6 386 5/22/2023
21.2.5 419 5/15/2023
21.2.4 405 5/9/2023
21.2.3 458 5/3/2023
21.1.41 442 4/19/2023
21.1.39 428 4/10/2023
21.1.38 485 4/3/2023
21.1.37 443 3/29/2023
21.1.35 587 3/23/2023
20.4.0.54 514 3/13/2023
20.4.0.53 513 3/7/2023
20.4.0.52 598 2/28/2023
20.4.0.51 562 2/21/2023
20.4.0.50 564 2/14/2023
20.4.0.49 546 2/7/2023
20.4.0.48 604 2/1/2023
20.4.0.44 657 1/18/2023
20.4.0.43 744 1/10/2023
20.4.0.42 622 1/4/2023
20.4.0.41 595 12/29/2022
20.4.0.40 558 12/28/2022
20.4.0.38 664 12/21/2022
20.3.0.61 621 12/12/2022
20.3.0.60 567 12/6/2022
20.3.0.59 686 11/29/2022
20.3.0.58 655 11/21/2022
20.3.0.57 775 11/14/2022
20.3.0.56 868 11/8/2022
20.3.0.52 795 10/27/2022
20.3.0.50 777 10/17/2022
20.3.0.49 831 10/11/2022
20.3.0.48 854 10/5/2022
20.3.0.47 913 9/29/2022
20.2.0.50 927 9/20/2022
20.2.0.49 945 9/13/2022
20.2.0.48 895 9/6/2022
20.2.0.46 862 8/30/2022
20.2.0.45 938 8/23/2022
20.2.0.44 895 8/16/2022
20.2.0.43 11,960 8/8/2022
20.2.0.40 932 7/26/2022
20.2.0.39 854 7/19/2022
20.2.0.38 959 7/12/2022
20.2.0.36 1,011 6/30/2022
20.1.0.61 989 6/20/2022
20.1.0.60 3,061 6/14/2022
20.1.0.59 934 6/6/2022
20.1.0.58 972 5/30/2022
20.1.0.57 912 5/23/2022
20.1.0.56 903 5/17/2022
20.1.0.55 883 5/12/2022
20.1.0.52 2,735 5/2/2022
20.1.0.51 934 4/26/2022
20.1.0.50 876 4/19/2022
20.1.0.48 901 4/12/2022
20.1.0.47 997 4/4/2022
19.4.0.56 1,006 3/14/2022
19.4.0.55 952 3/8/2022
19.4.0.54 937 2/28/2022
19.4.0.53 896 2/21/2022
19.4.0.52 888 2/15/2022
19.4.0.50 933 2/8/2022
19.4.0.48 914 1/31/2022
19.4.0.47 902 1/24/2022
19.4.0.43 908 1/18/2022
19.4.0.42 940 1/10/2022
19.4.0.41 656 1/4/2022
19.4.0.40 577 12/28/2021
19.4.0.38 691 12/17/2021
19.3.0.59 634 12/14/2021
19.3.0.57 629 12/7/2021
19.3.0.56 1,513 11/29/2021
19.3.0.55 640 11/23/2021
19.3.0.54 633 11/17/2021
19.3.0.53 681 11/12/2021
19.3.0.48 691 11/3/2021
19.3.0.47 722 10/26/2021
19.3.0.46 701 10/19/2021
19.3.0.45 717 10/12/2021
19.3.0.44 700 10/5/2021
19.3.0.43 801 9/30/2021
19.2.0.62 837 9/13/2021
19.2.0.60 776 9/7/2021
19.2.0.59 766 8/30/2021
19.2.0.57 736 8/24/2021
19.2.0.56 751 8/17/2021
19.2.0.55 776 8/11/2021
19.2.0.51 816 8/2/2021
19.2.0.49 756 7/26/2021
19.2.0.48 775 7/19/2021
19.2.0.47 765 7/13/2021
19.2.0.46 731 7/6/2021
19.2.0.44 856 6/30/2021
19.1.0.69 814 6/14/2021
19.1.0.67 806 6/7/2021
19.1.0.66 783 5/31/2021
19.1.0.65 778 5/24/2021
19.1.0.64 775 5/19/2021
19.1.0.63 758 5/13/2021
19.1.0.59 805 5/3/2021
19.1.0.58 741 4/26/2021
19.1.0.57 726 4/20/2021
19.1.0.56 660 4/12/2021
19.1.0.55 721 4/6/2021
19.1.0.54 914 3/30/2021
18.4.0.49 833 3/22/2021
18.4.0.48 735 3/16/2021
18.4.0.47 798 3/9/2021
18.4.0.46 786 3/2/2021
18.4.0.44 800 2/23/2021
18.4.0.43 700 2/15/2021
18.4.0.42 751 2/9/2021
18.4.0.41 801 2/2/2021
18.4.0.39 776 1/28/2021
18.4.0.35 896 1/19/2021
18.4.0.34 820 1/12/2021
18.4.0.33 790 1/4/2021
18.4.0.32 736 12/30/2020
18.4.0.31 856 12/22/2020
18.4.0.30 929 12/17/2020
18.3.0.53 813 12/8/2020
18.3.0.52 815 11/30/2020
18.3.0.51 806 11/23/2020
18.3.0.50 784 11/17/2020
18.3.0.48 819 11/10/2020
18.3.0.47 889 11/5/2020
18.3.0.44 916 10/27/2020
18.3.0.42 1,199 10/20/2020
18.3.0.40 843 10/12/2020
18.3.0.38 845 10/7/2020
18.3.0.35 1,623 10/1/2020
18.2.0.59 867 9/22/2020
18.2.0.58 862 9/15/2020
18.2.0.57 843 9/8/2020
18.2.0.56 847 9/1/2020
18.2.0.55 833 8/24/2020
18.2.0.54 826 8/18/2020
18.2.0.48 935 8/4/2020
18.2.0.47 926 7/28/2020
18.2.0.46 928 7/21/2020
18.2.0.45 867 7/14/2020
18.2.0.44 2,419 7/6/2020
18.1.0.59 903 6/23/2020
18.1.0.57 991 6/15/2020
18.1.0.56 963 6/9/2020
18.1.0.55 907 6/2/2020
18.1.0.54 1,006 5/26/2020
18.1.0.53 913 5/19/2020
18.1.0.52 938 5/13/2020
18.1.0.48 929 5/5/2020
18.1.0.46 945 4/28/2020
18.1.0.45 957 4/20/2020
18.1.0.44 980 4/14/2020
18.1.0.43 990 4/7/2020
18.1.0.42 1,008 4/1/2020
18.1.0.36-beta 567 3/19/2020
17.4.0.55 1,066 3/10/2020
17.4.0.53 1,134 3/3/2020
17.4.0.51 948 2/25/2020
17.4.0.50 974 2/18/2020
17.4.0.49 944 2/11/2020
17.4.0.47 940 2/5/2020
17.4.0.46 941 1/30/2020
17.4.0.44 1,021 1/21/2020
17.4.0.43 964 1/14/2020
17.4.0.41 970 1/7/2020
17.4.0.40 971 12/24/2019
17.4.0.39 1,040 12/17/2019
17.3.0.34 950 12/10/2019
17.3.0.33 962 12/4/2019
17.3.0.30 943 12/3/2019
17.3.0.29 923 11/26/2019
17.3.0.28 942 11/18/2019
17.3.0.27 958 11/12/2019
17.3.0.26 950 11/5/2019
17.3.0.21 977 10/29/2019
17.3.0.19 976 10/22/2019
17.3.0.17 1,037 10/15/2019
17.3.0.14 1,055 10/3/2019
17.3.0.9-beta 530 9/20/2019
17.2.0.51 1,005 9/10/2019
17.2.0.49 1,004 9/3/2019
17.2.0.47 992 8/27/2019
17.2.0.46 995 8/22/2019
17.2.0.41 1,079 8/13/2019
17.2.0.40 1,145 8/6/2019
17.2.0.39 989 7/30/2019
17.2.0.36 997 7/23/2019
17.2.0.35 1,054 7/17/2019
17.2.0.34 1,188 7/11/2019
17.2.0.28-beta 594 6/27/2019
17.1.0.53 1,117 6/25/2019
17.1.0.52 1,119 6/18/2019
17.1.0.51 1,110 6/11/2019
17.1.0.50 1,133 6/4/2019
17.1.0.49 1,107 5/28/2019
17.1.0.48 1,171 5/21/2019
17.1.0.47 1,056 5/14/2019
17.1.0.44 1,050 5/7/2019
17.1.0.43 1,064 4/30/2019
17.1.0.42 1,117 4/23/2019
17.1.0.41 1,096 4/16/2019
17.1.0.40 1,069 4/9/2019
17.1.0.38 1,619 3/29/2019
17.1.0.32-beta 659 3/13/2019
16.4.0.54 1,229 2/19/2019
16.4.0.53 1,167 2/13/2019
16.4.0.52 1,186 2/5/2019
16.4.0.48 1,225 1/22/2019
16.4.0.47 1,194 1/16/2019
16.4.0.46 1,184 1/8/2019
16.4.0.44 1,161 12/24/2018
16.4.0.42 1,210 12/17/2018
16.4.0.40-beta 704 12/10/2018
16.3.0.36 1,242 11/27/2018
16.3.0.35-beta 744 11/23/2018
16.3.0.29 1,230 10/30/2018
16.3.0.21 1,329 9/21/2018