Syncfusion.Presentation.WinForms 27.2.4

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

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

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 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 net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows7.0 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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
27.2.4 113 11/26/2024
27.2.3 124 11/22/2024
27.2.2 163 11/15/2024
27.1.58 167 11/4/2024
27.1.57 148 10/28/2024
27.1.56 141 10/23/2024
27.1.55 103 10/21/2024
27.1.53 177 10/14/2024
27.1.52 155 10/7/2024
27.1.51 149 9/30/2024
27.1.50 153 9/23/2024
27.1.48 161 9/18/2024
26.2.14 184 9/9/2024
26.2.13 161 9/5/2024
26.2.12 166 9/2/2024
26.2.11 179 8/27/2024
26.2.10 185 8/19/2024
26.2.9 206 8/12/2024
26.2.8 174 8/5/2024
26.2.7 114 7/29/2024
26.2.5 151 7/25/2024
26.2.4 144 7/24/2024
26.1.42 200 7/15/2024
26.1.41 192 7/8/2024
26.1.40 210 7/1/2024
26.1.39 178 6/24/2024
26.1.38 222 6/18/2024
26.1.35 194 6/11/2024
25.2.7 242 6/3/2024
25.2.6 208 5/28/2024
25.2.5 219 5/21/2024
25.2.4 186 5/14/2024
25.2.3 178 5/8/2024
25.1.42 220 4/29/2024
25.1.41 210 4/23/2024
25.1.40 203 4/15/2024
25.1.39 213 4/8/2024
25.1.38 226 4/1/2024
25.1.37 235 3/26/2024
25.1.35 288 3/15/2024
24.2.9 233 3/4/2024
24.2.8 220 2/26/2024
24.2.7 217 2/19/2024
24.2.6 247 2/14/2024
24.2.5 198 2/12/2024
24.2.4 198 2/5/2024
24.2.3 223 1/31/2024
24.1.47 212 1/22/2024
24.1.46 192 1/16/2024
24.1.45 239 1/8/2024
24.1.44 236 1/2/2024
24.1.43 218 12/27/2023
24.1.41 293 12/18/2023
23.2.7 285 12/6/2023
23.2.6 272 11/28/2023
23.2.5 246 11/23/2023
23.2.4 219 11/20/2023
23.1.44 281 11/6/2023
23.1.43 244 10/30/2023
23.1.42 266 10/23/2023
23.1.41 274 10/16/2023
23.1.40 279 10/10/2023
23.1.39 260 10/4/2023
23.1.38 272 9/26/2023
23.1.36 358 9/15/2023
22.2.12 324 9/5/2023
22.2.11 323 8/28/2023
22.2.10 304 8/22/2023
22.2.9 293 8/14/2023
22.2.8 395 8/7/2023
22.2.7 328 8/2/2023
22.2.5 384 7/27/2023
22.1.39 307 7/18/2023
22.1.38 301 7/11/2023
22.1.37 333 7/3/2023
22.1.36 4,008 6/28/2023
22.1.34 4,995 6/21/2023
21.2.10 356 6/12/2023
21.2.9 354 6/6/2023
21.2.8 321 5/30/2023
21.2.6 390 5/22/2023
21.2.5 423 5/15/2023
21.2.4 409 5/9/2023
21.2.3 462 5/3/2023
21.1.41 446 4/19/2023
21.1.39 432 4/10/2023
21.1.38 489 4/3/2023
21.1.37 447 3/29/2023
21.1.35 591 3/23/2023
20.4.0.54 518 3/13/2023
20.4.0.53 517 3/7/2023
20.4.0.52 602 2/28/2023
20.4.0.51 566 2/21/2023
20.4.0.50 568 2/14/2023
20.4.0.49 550 2/7/2023
20.4.0.48 608 2/1/2023
20.4.0.44 661 1/18/2023
20.4.0.43 748 1/10/2023
20.4.0.42 626 1/4/2023
20.4.0.41 599 12/29/2022
20.4.0.40 562 12/28/2022
20.4.0.38 668 12/21/2022
20.3.0.61 625 12/12/2022
20.3.0.60 571 12/6/2022
20.3.0.59 690 11/29/2022
20.3.0.58 659 11/21/2022
20.3.0.57 779 11/14/2022
20.3.0.56 876 11/8/2022
20.3.0.52 799 10/27/2022
20.3.0.50 781 10/17/2022
20.3.0.49 835 10/11/2022
20.3.0.48 858 10/5/2022
20.3.0.47 917 9/29/2022
20.2.0.50 931 9/20/2022
20.2.0.49 949 9/13/2022
20.2.0.48 899 9/6/2022
20.2.0.46 866 8/30/2022
20.2.0.45 942 8/23/2022
20.2.0.44 899 8/16/2022
20.2.0.43 12,127 8/8/2022
20.2.0.40 936 7/26/2022
20.2.0.39 858 7/19/2022
20.2.0.38 963 7/12/2022
20.2.0.36 1,015 6/30/2022
20.1.0.61 993 6/20/2022
20.1.0.60 3,069 6/14/2022
20.1.0.59 938 6/6/2022
20.1.0.58 976 5/30/2022
20.1.0.57 916 5/23/2022
20.1.0.56 907 5/17/2022
20.1.0.55 887 5/12/2022
20.1.0.52 2,748 5/2/2022
20.1.0.51 938 4/26/2022
20.1.0.50 880 4/19/2022
20.1.0.48 905 4/12/2022
20.1.0.47 1,001 4/4/2022
19.4.0.56 1,020 3/14/2022
19.4.0.55 956 3/8/2022
19.4.0.54 941 2/28/2022
19.4.0.53 900 2/21/2022
19.4.0.52 892 2/15/2022
19.4.0.50 937 2/8/2022
19.4.0.48 918 1/31/2022
19.4.0.47 906 1/24/2022
19.4.0.43 912 1/18/2022
19.4.0.42 944 1/10/2022
19.4.0.41 660 1/4/2022
19.4.0.40 581 12/28/2021
19.4.0.38 697 12/17/2021
19.3.0.59 638 12/14/2021
19.3.0.57 633 12/7/2021
19.3.0.56 1,517 11/29/2021
19.3.0.55 644 11/23/2021
19.3.0.54 637 11/17/2021
19.3.0.53 685 11/12/2021
19.3.0.48 695 11/3/2021
19.3.0.47 726 10/26/2021
19.3.0.46 705 10/19/2021
19.3.0.45 721 10/12/2021
19.3.0.44 704 10/5/2021
19.3.0.43 805 9/30/2021
19.2.0.62 841 9/13/2021
19.2.0.60 780 9/7/2021
19.2.0.59 770 8/30/2021
19.2.0.57 740 8/24/2021
19.2.0.56 755 8/17/2021
19.2.0.55 780 8/11/2021
19.2.0.51 820 8/2/2021
19.2.0.49 760 7/26/2021
19.2.0.48 779 7/19/2021
19.2.0.47 769 7/13/2021
19.2.0.46 735 7/6/2021
19.2.0.44 860 6/30/2021
19.1.0.69 818 6/14/2021
19.1.0.67 810 6/7/2021
19.1.0.66 787 5/31/2021
19.1.0.65 782 5/24/2021
19.1.0.64 780 5/19/2021
19.1.0.63 762 5/13/2021
19.1.0.59 809 5/3/2021
19.1.0.58 745 4/26/2021
19.1.0.57 730 4/20/2021
19.1.0.56 664 4/12/2021
19.1.0.55 725 4/6/2021
19.1.0.54 918 3/30/2021
18.4.0.49 837 3/22/2021
18.4.0.48 739 3/16/2021
18.4.0.47 802 3/9/2021
18.4.0.46 790 3/2/2021
18.4.0.44 804 2/23/2021
18.4.0.43 704 2/15/2021
18.4.0.42 754 2/9/2021
18.4.0.41 804 2/2/2021
18.4.0.39 780 1/28/2021
18.4.0.35 900 1/19/2021
18.4.0.34 823 1/12/2021
18.4.0.33 793 1/4/2021
18.4.0.32 740 12/30/2020
18.4.0.31 860 12/22/2020
18.4.0.30 933 12/17/2020
18.3.0.53 817 12/8/2020
18.3.0.52 819 11/30/2020
18.3.0.51 810 11/23/2020
18.3.0.50 788 11/17/2020
18.3.0.48 823 11/10/2020
18.3.0.47 894 11/5/2020
18.3.0.44 920 10/27/2020
18.3.0.42 1,203 10/20/2020
18.3.0.40 847 10/12/2020
18.3.0.38 849 10/7/2020
18.3.0.35 1,628 10/1/2020
18.2.0.59 872 9/22/2020
18.2.0.58 866 9/15/2020
18.2.0.57 847 9/8/2020
18.2.0.56 851 9/1/2020
18.2.0.55 837 8/24/2020
18.2.0.54 830 8/18/2020
18.2.0.48 939 8/4/2020
18.2.0.47 930 7/28/2020
18.2.0.46 932 7/21/2020
18.2.0.45 871 7/14/2020
18.2.0.44 2,423 7/6/2020
18.1.0.59 907 6/23/2020
18.1.0.57 995 6/15/2020
18.1.0.56 967 6/9/2020
18.1.0.55 912 6/2/2020
18.1.0.54 1,010 5/26/2020
18.1.0.53 918 5/19/2020
18.1.0.52 942 5/13/2020
18.1.0.48 933 5/5/2020
18.1.0.46 951 4/28/2020
18.1.0.45 962 4/20/2020
18.1.0.44 984 4/14/2020
18.1.0.43 994 4/7/2020
18.1.0.42 1,013 4/1/2020
18.1.0.36-beta 569 3/19/2020
17.4.0.55 1,070 3/10/2020
17.4.0.53 1,138 3/3/2020
17.4.0.51 952 2/25/2020
17.4.0.50 978 2/18/2020
17.4.0.49 949 2/11/2020
17.4.0.47 944 2/5/2020
17.4.0.46 946 1/30/2020
17.4.0.44 1,025 1/21/2020
17.4.0.43 970 1/14/2020
17.4.0.41 974 1/7/2020
17.4.0.40 975 12/24/2019
17.4.0.39 1,045 12/17/2019
17.3.0.34 955 12/10/2019
17.3.0.33 967 12/4/2019
17.3.0.30 947 12/3/2019
17.3.0.29 927 11/26/2019
17.3.0.28 946 11/18/2019
17.3.0.27 962 11/12/2019
17.3.0.26 954 11/5/2019
17.3.0.21 981 10/29/2019
17.3.0.19 980 10/22/2019
17.3.0.17 1,041 10/15/2019
17.3.0.14 1,059 10/3/2019
17.3.0.9-beta 532 9/20/2019
17.2.0.51 1,011 9/10/2019
17.2.0.49 1,008 9/3/2019
17.2.0.47 996 8/27/2019
17.2.0.46 999 8/22/2019
17.2.0.41 1,083 8/13/2019
17.2.0.40 1,149 8/6/2019
17.2.0.39 993 7/30/2019
17.2.0.36 1,001 7/23/2019
17.2.0.35 1,058 7/17/2019
17.2.0.34 1,192 7/11/2019
17.2.0.28-beta 596 6/27/2019
17.1.0.53 1,121 6/25/2019
17.1.0.52 1,123 6/18/2019
17.1.0.51 1,114 6/11/2019
17.1.0.50 1,137 6/4/2019
17.1.0.49 1,111 5/28/2019
17.1.0.48 1,175 5/21/2019
17.1.0.47 1,060 5/14/2019
17.1.0.44 1,054 5/7/2019
17.1.0.43 1,068 4/30/2019
17.1.0.42 1,121 4/23/2019
17.1.0.41 1,100 4/16/2019
17.1.0.40 1,073 4/9/2019
17.1.0.38 1,623 3/29/2019
17.1.0.32-beta 661 3/13/2019
16.4.0.54 1,233 2/19/2019
16.4.0.53 1,171 2/13/2019
16.4.0.52 1,190 2/5/2019
16.4.0.48 1,229 1/22/2019
16.4.0.47 1,198 1/16/2019
16.4.0.46 1,188 1/8/2019
16.4.0.44 1,165 12/24/2018
16.4.0.42 1,214 12/17/2018
16.4.0.40-beta 706 12/10/2018
16.3.0.36 1,246 11/27/2018
16.3.0.35-beta 746 11/23/2018
16.3.0.29 1,234 10/30/2018
16.3.0.21 1,336 9/21/2018