Syncfusion.Presentation.WinForms 24.2.8

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.2.8                
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 24.2.8                
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.2.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Presentation.WinForms --version 24.2.8                
#r "nuget: Syncfusion.Presentation.WinForms, 24.2.8"                
#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.2.8

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

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.1.50 107 9/23/2024
27.1.48 130 9/18/2024
26.2.14 151 9/9/2024
26.2.13 133 9/5/2024
26.2.12 145 9/2/2024
26.2.11 161 8/27/2024
26.2.10 170 8/19/2024
26.2.9 189 8/12/2024
26.2.8 149 8/5/2024
26.2.7 101 7/29/2024
26.2.5 128 7/25/2024
26.2.4 130 7/24/2024
26.1.42 182 7/15/2024
26.1.41 175 7/8/2024
26.1.40 189 7/1/2024
26.1.39 166 6/24/2024
26.1.38 209 6/18/2024
26.1.35 180 6/11/2024
25.2.7 219 6/3/2024
25.2.6 193 5/28/2024
25.2.5 207 5/21/2024
25.2.4 173 5/14/2024
25.2.3 160 5/8/2024
25.1.42 206 4/29/2024
25.1.41 196 4/23/2024
25.1.40 191 4/15/2024
25.1.39 194 4/8/2024
25.1.38 210 4/1/2024
25.1.37 216 3/26/2024
25.1.35 276 3/15/2024
24.2.9 214 3/4/2024
24.2.8 206 2/26/2024
24.2.7 206 2/19/2024
24.2.6 231 2/14/2024
24.2.5 185 2/12/2024
24.2.4 186 2/5/2024
24.2.3 211 1/31/2024
24.1.47 199 1/22/2024
24.1.46 179 1/16/2024
24.1.45 227 1/8/2024
24.1.44 222 1/2/2024
24.1.43 202 12/27/2023
24.1.41 278 12/18/2023
23.2.7 270 12/6/2023
23.2.6 256 11/28/2023
23.2.5 226 11/23/2023
23.2.4 204 11/20/2023
23.1.44 267 11/6/2023
23.1.43 230 10/30/2023
23.1.42 249 10/23/2023
23.1.41 252 10/16/2023
23.1.40 260 10/10/2023
23.1.39 245 10/4/2023
23.1.38 254 9/26/2023
23.1.36 345 9/15/2023
22.2.12 311 9/5/2023
22.2.11 310 8/28/2023
22.2.10 290 8/22/2023
22.2.9 278 8/14/2023
22.2.8 379 8/7/2023
22.2.7 315 8/2/2023
22.2.5 356 7/27/2023
22.1.39 294 7/18/2023
22.1.38 286 7/11/2023
22.1.37 321 7/3/2023
22.1.36 2,497 6/28/2023
22.1.34 4,342 6/21/2023
21.2.10 341 6/12/2023
21.2.9 341 6/6/2023
21.2.8 308 5/30/2023
21.2.6 374 5/22/2023
21.2.5 405 5/15/2023
21.2.4 390 5/9/2023
21.2.3 439 5/3/2023
21.1.41 431 4/19/2023
21.1.39 418 4/10/2023
21.1.38 473 4/3/2023
21.1.37 432 3/29/2023
21.1.35 577 3/23/2023
20.4.0.54 490 3/13/2023
20.4.0.53 504 3/7/2023
20.4.0.52 589 2/28/2023
20.4.0.51 553 2/21/2023
20.4.0.50 555 2/14/2023
20.4.0.49 537 2/7/2023
20.4.0.48 594 2/1/2023
20.4.0.44 647 1/18/2023
20.4.0.43 725 1/10/2023
20.4.0.42 613 1/4/2023
20.4.0.41 586 12/29/2022
20.4.0.40 548 12/28/2022
20.4.0.38 645 12/21/2022
20.3.0.61 608 12/12/2022
20.3.0.60 562 12/6/2022
20.3.0.59 675 11/29/2022
20.3.0.58 649 11/21/2022
20.3.0.57 767 11/14/2022
20.3.0.56 825 11/8/2022
20.3.0.52 790 10/27/2022
20.3.0.50 772 10/17/2022
20.3.0.49 826 10/11/2022
20.3.0.48 847 10/5/2022
20.3.0.47 905 9/29/2022
20.2.0.50 916 9/20/2022
20.2.0.49 940 9/13/2022
20.2.0.48 889 9/6/2022
20.2.0.46 857 8/30/2022
20.2.0.45 933 8/23/2022
20.2.0.44 890 8/16/2022
20.2.0.43 10,961 8/8/2022
20.2.0.40 927 7/26/2022
20.2.0.39 848 7/19/2022
20.2.0.38 954 7/12/2022
20.2.0.36 1,006 6/30/2022
20.1.0.61 984 6/20/2022
20.1.0.60 2,878 6/14/2022
20.1.0.59 928 6/6/2022
20.1.0.58 960 5/30/2022
20.1.0.57 901 5/23/2022
20.1.0.56 898 5/17/2022
20.1.0.55 876 5/12/2022
20.1.0.52 2,612 5/2/2022
20.1.0.51 924 4/26/2022
20.1.0.50 870 4/19/2022
20.1.0.48 896 4/12/2022
20.1.0.47 992 4/4/2022
19.4.0.56 1,000 3/14/2022
19.4.0.55 946 3/8/2022
19.4.0.54 932 2/28/2022
19.4.0.53 890 2/21/2022
19.4.0.52 882 2/15/2022
19.4.0.50 928 2/8/2022
19.4.0.48 909 1/31/2022
19.4.0.47 897 1/24/2022
19.4.0.43 896 1/18/2022
19.4.0.42 935 1/10/2022
19.4.0.41 649 1/4/2022
19.4.0.40 572 12/28/2021
19.4.0.38 684 12/17/2021
19.3.0.59 629 12/14/2021
19.3.0.57 623 12/7/2021
19.3.0.56 1,508 11/29/2021
19.3.0.55 635 11/23/2021
19.3.0.54 628 11/17/2021
19.3.0.53 672 11/12/2021
19.3.0.48 686 11/3/2021
19.3.0.47 717 10/26/2021
19.3.0.46 696 10/19/2021
19.3.0.45 712 10/12/2021
19.3.0.44 694 10/5/2021
19.3.0.43 796 9/30/2021
19.2.0.62 830 9/13/2021
19.2.0.60 771 9/7/2021
19.2.0.59 760 8/30/2021
19.2.0.57 730 8/24/2021
19.2.0.56 746 8/17/2021
19.2.0.55 770 8/11/2021
19.2.0.51 811 8/2/2021
19.2.0.49 751 7/26/2021
19.2.0.48 769 7/19/2021
19.2.0.47 761 7/13/2021
19.2.0.46 725 7/6/2021
19.2.0.44 851 6/30/2021
19.1.0.69 807 6/14/2021
19.1.0.67 801 6/7/2021
19.1.0.66 777 5/31/2021
19.1.0.65 773 5/24/2021
19.1.0.64 769 5/19/2021
19.1.0.63 750 5/13/2021
19.1.0.59 799 5/3/2021
19.1.0.58 736 4/26/2021
19.1.0.57 721 4/20/2021
19.1.0.56 654 4/12/2021
19.1.0.55 716 4/6/2021
19.1.0.54 892 3/30/2021
18.4.0.49 826 3/22/2021
18.4.0.48 730 3/16/2021
18.4.0.47 793 3/9/2021
18.4.0.46 780 3/2/2021
18.4.0.44 795 2/23/2021
18.4.0.43 694 2/15/2021
18.4.0.42 746 2/9/2021
18.4.0.41 796 2/2/2021
18.4.0.39 770 1/28/2021
18.4.0.35 891 1/19/2021
18.4.0.34 815 1/12/2021
18.4.0.33 784 1/4/2021
18.4.0.32 724 12/30/2020
18.4.0.31 850 12/22/2020
18.4.0.30 922 12/17/2020
18.3.0.53 809 12/8/2020
18.3.0.52 810 11/30/2020
18.3.0.51 801 11/23/2020
18.3.0.50 778 11/17/2020
18.3.0.48 814 11/10/2020
18.3.0.47 884 11/5/2020
18.3.0.44 911 10/27/2020
18.3.0.42 1,194 10/20/2020
18.3.0.40 838 10/12/2020
18.3.0.38 840 10/7/2020
18.3.0.35 1,617 10/1/2020
18.2.0.59 862 9/22/2020
18.2.0.58 856 9/15/2020
18.2.0.57 836 9/8/2020
18.2.0.56 842 9/1/2020
18.2.0.55 828 8/24/2020
18.2.0.54 821 8/18/2020
18.2.0.48 930 8/4/2020
18.2.0.47 920 7/28/2020
18.2.0.46 922 7/21/2020
18.2.0.45 861 7/14/2020
18.2.0.44 2,411 7/6/2020
18.1.0.59 897 6/23/2020
18.1.0.57 985 6/15/2020
18.1.0.56 956 6/9/2020
18.1.0.55 901 6/2/2020
18.1.0.54 993 5/26/2020
18.1.0.53 907 5/19/2020
18.1.0.52 933 5/13/2020
18.1.0.48 922 5/5/2020
18.1.0.46 939 4/28/2020
18.1.0.45 950 4/20/2020
18.1.0.44 975 4/14/2020
18.1.0.43 985 4/7/2020
18.1.0.42 1,002 4/1/2020
18.1.0.36-beta 561 3/19/2020
17.4.0.55 1,060 3/10/2020
17.4.0.53 1,129 3/3/2020
17.4.0.51 943 2/25/2020
17.4.0.50 969 2/18/2020
17.4.0.49 938 2/11/2020
17.4.0.47 935 2/5/2020
17.4.0.46 936 1/30/2020
17.4.0.44 1,014 1/21/2020
17.4.0.43 959 1/14/2020
17.4.0.41 964 1/7/2020
17.4.0.40 966 12/24/2019
17.4.0.39 1,033 12/17/2019
17.3.0.34 944 12/10/2019
17.3.0.33 955 12/4/2019
17.3.0.30 936 12/3/2019
17.3.0.29 916 11/26/2019
17.3.0.28 937 11/18/2019
17.3.0.27 950 11/12/2019
17.3.0.26 943 11/5/2019
17.3.0.21 971 10/29/2019
17.3.0.19 971 10/22/2019
17.3.0.17 1,032 10/15/2019
17.3.0.14 1,048 10/3/2019
17.3.0.9-beta 523 9/20/2019
17.2.0.51 1,000 9/10/2019
17.2.0.49 997 9/3/2019
17.2.0.47 988 8/27/2019
17.2.0.46 989 8/22/2019
17.2.0.41 1,074 8/13/2019
17.2.0.40 1,140 8/6/2019
17.2.0.39 984 7/30/2019
17.2.0.36 990 7/23/2019
17.2.0.35 1,048 7/17/2019
17.2.0.34 1,181 7/11/2019
17.2.0.28-beta 589 6/27/2019
17.1.0.53 1,110 6/25/2019
17.1.0.52 1,114 6/18/2019
17.1.0.51 1,104 6/11/2019
17.1.0.50 1,128 6/4/2019
17.1.0.49 1,100 5/28/2019
17.1.0.48 1,164 5/21/2019
17.1.0.47 1,050 5/14/2019
17.1.0.44 1,045 5/7/2019
17.1.0.43 1,057 4/30/2019
17.1.0.42 1,108 4/23/2019
17.1.0.41 1,088 4/16/2019
17.1.0.40 1,064 4/9/2019
17.1.0.38 1,614 3/29/2019
17.1.0.32-beta 652 3/13/2019
16.4.0.54 1,221 2/19/2019
16.4.0.53 1,162 2/13/2019
16.4.0.52 1,181 2/5/2019
16.4.0.48 1,219 1/22/2019
16.4.0.47 1,187 1/16/2019
16.4.0.46 1,177 1/8/2019
16.4.0.44 1,154 12/24/2018
16.4.0.42 1,205 12/17/2018
16.4.0.40-beta 698 12/10/2018
16.3.0.36 1,236 11/27/2018
16.3.0.35-beta 732 11/23/2018
16.3.0.29 1,227 10/30/2018
16.3.0.21 1,320 9/21/2018