Syncfusion.Presentation.WinForms 27.2.5

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 27.2.5                
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 27.2.5                
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.5" />                
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.5                
#r "nuget: Syncfusion.Presentation.WinForms, 27.2.5"                
#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.5

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

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
28.1.36 89 12/23/2024
28.1.35 141 12/18/2024
28.1.33 151 12/12/2024
27.2.5 155 12/2/2024
27.2.4 147 11/26/2024
27.2.3 136 11/22/2024
27.2.2 173 11/15/2024
27.1.58 175 11/4/2024
27.1.57 160 10/28/2024
27.1.56 146 10/23/2024
27.1.55 109 10/21/2024
27.1.53 186 10/14/2024
27.1.52 159 10/7/2024
27.1.51 153 9/30/2024
27.1.50 159 9/23/2024
27.1.48 172 9/18/2024
26.2.14 192 9/9/2024
26.2.13 167 9/5/2024
26.2.12 176 9/2/2024
26.2.11 183 8/27/2024
26.2.10 191 8/19/2024
26.2.9 210 8/12/2024
26.2.8 179 8/5/2024
26.2.7 118 7/29/2024
26.2.5 160 7/25/2024
26.2.4 148 7/24/2024
26.1.42 204 7/15/2024
26.1.41 196 7/8/2024
26.1.40 215 7/1/2024
26.1.39 182 6/24/2024
26.1.38 228 6/18/2024
26.1.35 198 6/11/2024
25.2.7 259 6/3/2024
25.2.6 212 5/28/2024
25.2.5 223 5/21/2024
25.2.4 190 5/14/2024
25.2.3 182 5/8/2024
25.1.42 224 4/29/2024
25.1.41 216 4/23/2024
25.1.40 205 4/15/2024
25.1.39 217 4/8/2024
25.1.38 228 4/1/2024
25.1.37 239 3/26/2024
25.1.35 290 3/15/2024
24.2.9 235 3/4/2024
24.2.8 222 2/26/2024
24.2.7 219 2/19/2024
24.2.6 249 2/14/2024
24.2.5 200 2/12/2024
24.2.4 202 2/5/2024
24.2.3 225 1/31/2024
24.1.47 214 1/22/2024
24.1.46 194 1/16/2024
24.1.45 241 1/8/2024
24.1.44 238 1/2/2024
24.1.43 220 12/27/2023
24.1.41 296 12/18/2023
23.2.7 287 12/6/2023
23.2.6 274 11/28/2023
23.2.5 248 11/23/2023
23.2.4 221 11/20/2023
23.1.44 283 11/6/2023
23.1.43 246 10/30/2023
23.1.42 268 10/23/2023
23.1.41 278 10/16/2023
23.1.40 281 10/10/2023
23.1.39 262 10/4/2023
23.1.38 274 9/26/2023
23.1.36 363 9/15/2023
22.2.12 326 9/5/2023
22.2.11 325 8/28/2023
22.2.10 306 8/22/2023
22.2.9 296 8/14/2023
22.2.8 397 8/7/2023
22.2.7 330 8/2/2023
22.2.5 386 7/27/2023
22.1.39 315 7/18/2023
22.1.38 303 7/11/2023
22.1.37 335 7/3/2023
22.1.36 4,641 6/28/2023
22.1.34 5,218 6/21/2023
21.2.10 358 6/12/2023
21.2.9 356 6/6/2023
21.2.8 327 5/30/2023
21.2.6 396 5/22/2023
21.2.5 432 5/15/2023
21.2.4 413 5/9/2023
21.2.3 469 5/3/2023
21.1.41 448 4/19/2023
21.1.39 436 4/10/2023
21.1.38 493 4/3/2023
21.1.37 451 3/29/2023
21.1.35 595 3/23/2023
20.4.0.54 522 3/13/2023
20.4.0.53 519 3/7/2023
20.4.0.52 604 2/28/2023
20.4.0.51 568 2/21/2023
20.4.0.50 572 2/14/2023
20.4.0.49 558 2/7/2023
20.4.0.48 612 2/1/2023
20.4.0.44 663 1/18/2023
20.4.0.43 754 1/10/2023
20.4.0.42 628 1/4/2023
20.4.0.41 601 12/29/2022
20.4.0.40 564 12/28/2022
20.4.0.38 674 12/21/2022
20.3.0.61 629 12/12/2022
20.3.0.60 571 12/6/2022
20.3.0.59 692 11/29/2022
20.3.0.58 659 11/21/2022
20.3.0.57 779 11/14/2022
20.3.0.56 885 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 862 10/5/2022
20.3.0.47 919 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 901 8/16/2022
20.2.0.43 12,688 8/8/2022
20.2.0.40 936 7/26/2022
20.2.0.39 860 7/19/2022
20.2.0.38 965 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,140 6/14/2022
20.1.0.59 938 6/6/2022
20.1.0.58 976 5/30/2022
20.1.0.57 917 5/23/2022
20.1.0.56 907 5/17/2022
20.1.0.55 891 5/12/2022
20.1.0.52 2,790 5/2/2022
20.1.0.51 940 4/26/2022
20.1.0.50 882 4/19/2022
20.1.0.48 909 4/12/2022
20.1.0.47 1,003 4/4/2022
19.4.0.56 1,022 3/14/2022
19.4.0.55 958 3/8/2022
19.4.0.54 943 2/28/2022
19.4.0.53 904 2/21/2022
19.4.0.52 894 2/15/2022
19.4.0.50 939 2/8/2022
19.4.0.48 920 1/31/2022
19.4.0.47 908 1/24/2022
19.4.0.43 914 1/18/2022
19.4.0.42 946 1/10/2022
19.4.0.41 664 1/4/2022
19.4.0.40 583 12/28/2021
19.4.0.38 701 12/17/2021
19.3.0.59 640 12/14/2021
19.3.0.57 635 12/7/2021
19.3.0.56 1,519 11/29/2021
19.3.0.55 650 11/23/2021
19.3.0.54 639 11/17/2021
19.3.0.53 689 11/12/2021
19.3.0.48 697 11/3/2021
19.3.0.47 728 10/26/2021
19.3.0.46 707 10/19/2021
19.3.0.45 723 10/12/2021
19.3.0.44 706 10/5/2021
19.3.0.43 809 9/30/2021
19.2.0.62 843 9/13/2021
19.2.0.60 782 9/7/2021
19.2.0.59 774 8/30/2021
19.2.0.57 742 8/24/2021
19.2.0.56 757 8/17/2021
19.2.0.55 782 8/11/2021
19.2.0.51 822 8/2/2021
19.2.0.49 764 7/26/2021
19.2.0.48 781 7/19/2021
19.2.0.47 771 7/13/2021
19.2.0.46 742 7/6/2021
19.2.0.44 864 6/30/2021
19.1.0.69 820 6/14/2021
19.1.0.67 814 6/7/2021
19.1.0.66 789 5/31/2021
19.1.0.65 786 5/24/2021
19.1.0.64 784 5/19/2021
19.1.0.63 764 5/13/2021
19.1.0.59 815 5/3/2021
19.1.0.58 748 4/26/2021
19.1.0.57 734 4/20/2021
19.1.0.56 666 4/12/2021
19.1.0.55 727 4/6/2021
19.1.0.54 925 3/30/2021
18.4.0.49 839 3/22/2021
18.4.0.48 741 3/16/2021
18.4.0.47 804 3/9/2021
18.4.0.46 790 3/2/2021
18.4.0.44 807 2/23/2021
18.4.0.43 706 2/15/2021
18.4.0.42 756 2/9/2021
18.4.0.41 806 2/2/2021
18.4.0.39 784 1/28/2021
18.4.0.35 902 1/19/2021
18.4.0.34 825 1/12/2021
18.4.0.33 797 1/4/2021
18.4.0.32 744 12/30/2020
18.4.0.31 862 12/22/2020
18.4.0.30 935 12/17/2020
18.3.0.53 823 12/8/2020
18.3.0.52 821 11/30/2020
18.3.0.51 812 11/23/2020
18.3.0.50 790 11/17/2020
18.3.0.48 825 11/10/2020
18.3.0.47 902 11/5/2020
18.3.0.44 925 10/27/2020
18.3.0.42 1,205 10/20/2020
18.3.0.40 851 10/12/2020
18.3.0.38 852 10/7/2020
18.3.0.35 1,630 10/1/2020
18.2.0.59 874 9/22/2020
18.2.0.58 868 9/15/2020
18.2.0.57 849 9/8/2020
18.2.0.56 853 9/1/2020
18.2.0.55 839 8/24/2020
18.2.0.54 832 8/18/2020
18.2.0.48 941 8/4/2020
18.2.0.47 932 7/28/2020
18.2.0.46 936 7/21/2020
18.2.0.45 873 7/14/2020
18.2.0.44 2,425 7/6/2020
18.1.0.59 916 6/23/2020
18.1.0.57 997 6/15/2020
18.1.0.56 973 6/9/2020
18.1.0.55 916 6/2/2020
18.1.0.54 1,014 5/26/2020
18.1.0.53 920 5/19/2020
18.1.0.52 952 5/13/2020
18.1.0.48 935 5/5/2020
18.1.0.46 955 4/28/2020
18.1.0.45 964 4/20/2020
18.1.0.44 986 4/14/2020
18.1.0.43 996 4/7/2020
18.1.0.42 1,015 4/1/2020
18.1.0.36-beta 569 3/19/2020
17.4.0.55 1,072 3/10/2020
17.4.0.53 1,140 3/3/2020
17.4.0.51 954 2/25/2020
17.4.0.50 980 2/18/2020
17.4.0.49 955 2/11/2020
17.4.0.47 948 2/5/2020
17.4.0.46 950 1/30/2020
17.4.0.44 1,035 1/21/2020
17.4.0.43 972 1/14/2020
17.4.0.41 976 1/7/2020
17.4.0.40 980 12/24/2019
17.4.0.39 1,049 12/17/2019
17.3.0.34 957 12/10/2019
17.3.0.33 969 12/4/2019
17.3.0.30 949 12/3/2019
17.3.0.29 929 11/26/2019
17.3.0.28 948 11/18/2019
17.3.0.27 964 11/12/2019
17.3.0.26 956 11/5/2019
17.3.0.21 983 10/29/2019
17.3.0.19 987 10/22/2019
17.3.0.17 1,043 10/15/2019
17.3.0.14 1,061 10/3/2019
17.3.0.9-beta 532 9/20/2019
17.2.0.51 1,013 9/10/2019
17.2.0.49 1,010 9/3/2019
17.2.0.47 998 8/27/2019
17.2.0.46 1,001 8/22/2019
17.2.0.41 1,085 8/13/2019
17.2.0.40 1,152 8/6/2019
17.2.0.39 995 7/30/2019
17.2.0.36 1,003 7/23/2019
17.2.0.35 1,060 7/17/2019
17.2.0.34 1,194 7/11/2019
17.2.0.28-beta 596 6/27/2019
17.1.0.53 1,123 6/25/2019
17.1.0.52 1,125 6/18/2019
17.1.0.51 1,116 6/11/2019
17.1.0.50 1,139 6/4/2019
17.1.0.49 1,113 5/28/2019
17.1.0.48 1,177 5/21/2019
17.1.0.47 1,062 5/14/2019
17.1.0.44 1,056 5/7/2019
17.1.0.43 1,070 4/30/2019
17.1.0.42 1,123 4/23/2019
17.1.0.41 1,102 4/16/2019
17.1.0.40 1,075 4/9/2019
17.1.0.38 1,625 3/29/2019
17.1.0.32-beta 661 3/13/2019
16.4.0.54 1,235 2/19/2019
16.4.0.53 1,173 2/13/2019
16.4.0.52 1,192 2/5/2019
16.4.0.48 1,231 1/22/2019
16.4.0.47 1,200 1/16/2019
16.4.0.46 1,190 1/8/2019
16.4.0.44 1,168 12/24/2018
16.4.0.42 1,217 12/17/2018
16.4.0.40-beta 708 12/10/2018
16.3.0.36 1,251 11/27/2018
16.3.0.35-beta 751 11/23/2018
16.3.0.29 1,241 10/30/2018
16.3.0.21 1,343 9/21/2018