Syncfusion.Presentation.WinForms 25.1.37

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Syncfusion.Presentation.WinForms --version 25.1.37
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 25.1.37
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="25.1.37" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Presentation.WinForms --version 25.1.37
#r "nuget: Syncfusion.Presentation.WinForms, 25.1.37"
#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=25.1.37

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

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 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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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
25.1.37 74 3/26/2024
25.1.35 187 3/15/2024
24.2.9 156 3/4/2024
24.2.8 158 2/26/2024
24.2.7 153 2/19/2024
24.2.6 161 2/14/2024
24.2.5 136 2/12/2024
24.2.4 133 2/5/2024
24.2.3 154 1/31/2024
24.1.47 139 1/22/2024
24.1.46 125 1/16/2024
24.1.45 176 1/8/2024
24.1.44 163 1/2/2024
24.1.43 161 12/27/2023
24.1.41 221 12/18/2023
23.2.7 222 12/6/2023
23.2.6 209 11/28/2023
23.2.5 183 11/23/2023
23.2.4 154 11/20/2023
23.1.44 215 11/6/2023
23.1.43 177 10/30/2023
23.1.42 194 10/23/2023
23.1.41 199 10/16/2023
23.1.40 213 10/10/2023
23.1.39 187 10/4/2023
23.1.38 212 9/26/2023
23.1.36 277 9/15/2023
22.2.12 264 9/5/2023
22.2.11 268 8/28/2023
22.2.10 246 8/22/2023
22.2.9 232 8/14/2023
22.2.8 330 8/7/2023
22.2.7 273 8/2/2023
22.2.5 290 7/27/2023
22.1.39 247 7/18/2023
22.1.38 247 7/11/2023
22.1.37 268 7/3/2023
22.1.36 218 6/28/2023
22.1.34 2,476 6/21/2023
21.2.10 287 6/12/2023
21.2.9 298 6/6/2023
21.2.8 260 5/30/2023
21.2.6 323 5/22/2023
21.2.5 362 5/15/2023
21.2.4 340 5/9/2023
21.2.3 390 5/3/2023
21.1.41 386 4/19/2023
21.1.39 372 4/10/2023
21.1.38 424 4/3/2023
21.1.37 389 3/29/2023
21.1.35 528 3/23/2023
20.4.0.54 444 3/13/2023
20.4.0.53 458 3/7/2023
20.4.0.52 545 2/28/2023
20.4.0.51 503 2/21/2023
20.4.0.50 513 2/14/2023
20.4.0.49 491 2/7/2023
20.4.0.48 553 2/1/2023
20.4.0.44 598 1/18/2023
20.4.0.43 662 1/10/2023
20.4.0.42 569 1/4/2023
20.4.0.41 535 12/29/2022
20.4.0.40 507 12/28/2022
20.4.0.38 589 12/21/2022
20.3.0.61 564 12/12/2022
20.3.0.60 521 12/6/2022
20.3.0.59 642 11/29/2022
20.3.0.58 615 11/21/2022
20.3.0.57 716 11/14/2022
20.3.0.56 711 11/8/2022
20.3.0.52 732 10/27/2022
20.3.0.50 728 10/17/2022
20.3.0.49 793 10/11/2022
20.3.0.48 803 10/5/2022
20.3.0.47 861 9/29/2022
20.2.0.50 869 9/20/2022
20.2.0.49 907 9/13/2022
20.2.0.48 857 9/6/2022
20.2.0.46 824 8/30/2022
20.2.0.45 907 8/23/2022
20.2.0.44 851 8/16/2022
20.2.0.43 8,190 8/8/2022
20.2.0.40 893 7/26/2022
20.2.0.39 814 7/19/2022
20.2.0.38 915 7/12/2022
20.2.0.36 967 6/30/2022
20.1.0.61 940 6/20/2022
20.1.0.60 2,530 6/14/2022
20.1.0.59 885 6/6/2022
20.1.0.58 930 5/30/2022
20.1.0.57 870 5/23/2022
20.1.0.56 858 5/17/2022
20.1.0.55 841 5/12/2022
20.1.0.52 2,214 5/2/2022
20.1.0.51 888 4/26/2022
20.1.0.50 840 4/19/2022
20.1.0.48 858 4/12/2022
20.1.0.47 957 4/4/2022
19.4.0.56 962 3/14/2022
19.4.0.55 908 3/8/2022
19.4.0.54 892 2/28/2022
19.4.0.53 860 2/21/2022
19.4.0.52 856 2/15/2022
19.4.0.50 887 2/8/2022
19.4.0.48 874 1/31/2022
19.4.0.47 875 1/24/2022
19.4.0.43 878 1/18/2022
19.4.0.42 899 1/10/2022
19.4.0.41 621 1/4/2022
19.4.0.40 550 12/28/2021
19.4.0.38 665 12/17/2021
19.3.0.59 600 12/14/2021
19.3.0.57 590 12/7/2021
19.3.0.56 1,470 11/29/2021
19.3.0.55 613 11/23/2021
19.3.0.54 594 11/17/2021
19.3.0.53 633 11/12/2021
19.3.0.48 654 11/3/2021
19.3.0.47 691 10/26/2021
19.3.0.46 666 10/19/2021
19.3.0.45 669 10/12/2021
19.3.0.44 674 10/5/2021
19.3.0.43 768 9/30/2021
19.2.0.62 793 9/13/2021
19.2.0.60 727 9/7/2021
19.2.0.59 718 8/30/2021
19.2.0.57 697 8/24/2021
19.2.0.56 711 8/17/2021
19.2.0.55 736 8/11/2021
19.2.0.51 760 8/2/2021
19.2.0.49 727 7/26/2021
19.2.0.48 726 7/19/2021
19.2.0.47 725 7/13/2021
19.2.0.46 688 7/6/2021
19.2.0.44 814 6/30/2021
19.1.0.69 767 6/14/2021
19.1.0.67 757 6/7/2021
19.1.0.66 755 5/31/2021
19.1.0.65 741 5/24/2021
19.1.0.64 731 5/19/2021
19.1.0.63 709 5/13/2021
19.1.0.59 762 5/3/2021
19.1.0.58 707 4/26/2021
19.1.0.57 699 4/20/2021
19.1.0.56 632 4/12/2021
19.1.0.55 676 4/6/2021
19.1.0.54 825 3/30/2021
18.4.0.49 769 3/22/2021
18.4.0.48 692 3/16/2021
18.4.0.47 766 3/9/2021
18.4.0.46 739 3/2/2021
18.4.0.44 770 2/23/2021
18.4.0.43 660 2/15/2021
18.4.0.42 707 2/9/2021
18.4.0.41 769 2/2/2021
18.4.0.39 738 1/28/2021
18.4.0.35 854 1/19/2021
18.4.0.34 779 1/12/2021
18.4.0.33 761 1/4/2021
18.4.0.32 703 12/30/2020
18.4.0.31 813 12/22/2020
18.4.0.30 899 12/17/2020
18.3.0.53 772 12/8/2020
18.3.0.52 760 11/30/2020
18.3.0.51 758 11/23/2020
18.3.0.50 740 11/17/2020
18.3.0.48 771 11/10/2020
18.3.0.47 849 11/5/2020
18.3.0.44 870 10/27/2020
18.3.0.42 1,159 10/20/2020
18.3.0.40 804 10/12/2020
18.3.0.38 805 10/7/2020
18.3.0.35 1,583 10/1/2020
18.2.0.59 827 9/22/2020
18.2.0.58 808 9/15/2020
18.2.0.57 801 9/8/2020
18.2.0.56 814 9/1/2020
18.2.0.55 790 8/24/2020
18.2.0.54 802 8/18/2020
18.2.0.48 892 8/4/2020
18.2.0.47 889 7/28/2020
18.2.0.46 873 7/21/2020
18.2.0.45 826 7/14/2020
18.2.0.44 2,362 7/6/2020
18.1.0.59 863 6/23/2020
18.1.0.57 952 6/15/2020
18.1.0.56 896 6/9/2020
18.1.0.55 867 6/2/2020
18.1.0.54 960 5/26/2020
18.1.0.53 889 5/19/2020
18.1.0.52 899 5/13/2020
18.1.0.48 883 5/5/2020
18.1.0.46 897 4/28/2020
18.1.0.45 908 4/20/2020
18.1.0.44 940 4/14/2020
18.1.0.43 942 4/7/2020
18.1.0.42 961 4/1/2020
18.1.0.36-beta 522 3/19/2020
17.4.0.55 1,029 3/10/2020
17.4.0.53 1,096 3/3/2020
17.4.0.51 912 2/25/2020
17.4.0.50 930 2/18/2020
17.4.0.49 905 2/11/2020
17.4.0.47 892 2/5/2020
17.4.0.46 893 1/30/2020
17.4.0.44 983 1/21/2020
17.4.0.43 917 1/14/2020
17.4.0.41 922 1/7/2020
17.4.0.40 932 12/24/2019
17.4.0.39 1,001 12/17/2019
17.3.0.34 908 12/10/2019
17.3.0.33 923 12/4/2019
17.3.0.30 897 12/3/2019
17.3.0.29 876 11/26/2019
17.3.0.28 897 11/18/2019
17.3.0.27 917 11/12/2019
17.3.0.26 905 11/5/2019
17.3.0.21 928 10/29/2019
17.3.0.19 930 10/22/2019
17.3.0.17 994 10/15/2019
17.3.0.14 1,014 10/3/2019
17.3.0.9-beta 491 9/20/2019
17.2.0.51 962 9/10/2019
17.2.0.49 955 9/3/2019
17.2.0.47 954 8/27/2019
17.2.0.46 954 8/22/2019
17.2.0.41 1,030 8/13/2019
17.2.0.40 1,098 8/6/2019
17.2.0.39 951 7/30/2019
17.2.0.36 957 7/23/2019
17.2.0.35 1,010 7/17/2019
17.2.0.34 1,148 7/11/2019
17.2.0.28-beta 561 6/27/2019
17.1.0.53 1,066 6/25/2019
17.1.0.52 1,071 6/18/2019
17.1.0.51 1,067 6/11/2019
17.1.0.50 1,084 6/4/2019
17.1.0.49 1,069 5/28/2019
17.1.0.48 1,126 5/21/2019
17.1.0.47 1,016 5/14/2019
17.1.0.44 1,008 5/7/2019
17.1.0.43 1,023 4/30/2019
17.1.0.42 1,071 4/23/2019
17.1.0.41 1,047 4/16/2019
17.1.0.40 1,031 4/9/2019
17.1.0.38 1,589 3/29/2019
17.1.0.32-beta 620 3/13/2019
16.4.0.54 1,185 2/19/2019
16.4.0.53 1,119 2/13/2019
16.4.0.52 1,142 2/5/2019
16.4.0.48 1,174 1/22/2019
16.4.0.47 1,150 1/16/2019
16.4.0.46 1,126 1/8/2019
16.4.0.44 1,118 12/24/2018
16.4.0.42 1,171 12/17/2018
16.4.0.40-beta 671 12/10/2018
16.3.0.36 1,193 11/27/2018
16.3.0.35-beta 698 11/23/2018
16.3.0.29 1,188 10/30/2018
16.3.0.21 1,280 9/21/2018