Syncfusion.Presentation.WinForms 23.2.6

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

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

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-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 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)
Additional computed target framework(s)
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
23.2.6 68 11/28/2023
23.2.5 79 11/23/2023
23.2.4 63 11/20/2023
23.1.44 119 11/6/2023
23.1.43 99 10/30/2023
23.1.42 131 10/23/2023
23.1.41 135 10/16/2023
23.1.40 131 10/10/2023
23.1.39 117 10/4/2023
23.1.38 144 9/26/2023
23.1.36 185 9/15/2023
22.2.12 192 9/5/2023
22.2.11 190 8/28/2023
22.2.10 179 8/22/2023
22.2.9 173 8/14/2023
22.2.8 238 8/7/2023
22.2.7 200 8/2/2023
22.2.5 204 7/27/2023
22.1.39 175 7/18/2023
22.1.38 190 7/11/2023
22.1.37 197 7/3/2023
22.1.36 147 6/28/2023
22.1.34 1,187 6/21/2023
21.2.10 212 6/12/2023
21.2.9 230 6/6/2023
21.2.8 187 5/30/2023
21.2.6 248 5/22/2023
21.2.5 319 5/15/2023
21.2.4 270 5/9/2023
21.2.3 317 5/3/2023
21.1.41 318 4/19/2023
21.1.39 306 4/10/2023
21.1.38 357 4/3/2023
21.1.37 321 3/29/2023
21.1.35 460 3/23/2023
20.4.0.54 397 3/13/2023
20.4.0.53 393 3/7/2023
20.4.0.52 477 2/28/2023
20.4.0.51 436 2/21/2023
20.4.0.50 450 2/14/2023
20.4.0.49 420 2/7/2023
20.4.0.48 483 2/1/2023
20.4.0.44 541 1/18/2023
20.4.0.43 580 1/10/2023
20.4.0.42 523 1/4/2023
20.4.0.41 479 12/29/2022
20.4.0.40 472 12/28/2022
20.4.0.38 547 12/21/2022
20.3.0.61 495 12/12/2022
20.3.0.60 474 12/6/2022
20.3.0.59 576 11/29/2022
20.3.0.58 570 11/21/2022
20.3.0.57 652 11/14/2022
20.3.0.56 664 11/8/2022
20.3.0.52 685 10/27/2022
20.3.0.50 666 10/17/2022
20.3.0.49 749 10/11/2022
20.3.0.48 746 10/5/2022
20.3.0.47 812 9/29/2022
20.2.0.50 810 9/20/2022
20.2.0.49 865 9/13/2022
20.2.0.48 813 9/6/2022
20.2.0.46 766 8/30/2022
20.2.0.45 850 8/23/2022
20.2.0.44 804 8/16/2022
20.2.0.43 6,132 8/8/2022
20.2.0.40 847 7/26/2022
20.2.0.39 770 7/19/2022
20.2.0.38 855 7/12/2022
20.2.0.36 931 6/30/2022
20.1.0.61 881 6/20/2022
20.1.0.60 2,213 6/14/2022
20.1.0.59 843 6/6/2022
20.1.0.58 886 5/30/2022
20.1.0.57 825 5/23/2022
20.1.0.56 802 5/17/2022
20.1.0.55 799 5/12/2022
20.1.0.52 1,932 5/2/2022
20.1.0.51 830 4/26/2022
20.1.0.50 801 4/19/2022
20.1.0.48 816 4/12/2022
20.1.0.47 914 4/4/2022
19.4.0.56 893 3/14/2022
19.4.0.55 851 3/8/2022
19.4.0.54 849 2/28/2022
19.4.0.53 814 2/21/2022
19.4.0.52 831 2/15/2022
19.4.0.50 844 2/8/2022
19.4.0.48 847 1/31/2022
19.4.0.47 819 1/24/2022
19.4.0.43 831 1/18/2022
19.4.0.42 844 1/10/2022
19.4.0.41 563 1/4/2022
19.4.0.40 538 12/28/2021
19.4.0.38 614 12/17/2021
19.3.0.59 557 12/14/2021
19.3.0.57 532 12/7/2021
19.3.0.56 1,421 11/29/2021
19.3.0.55 555 11/23/2021
19.3.0.54 536 11/17/2021
19.3.0.53 585 11/12/2021
19.3.0.48 613 11/3/2021
19.3.0.47 647 10/26/2021
19.3.0.46 610 10/19/2021
19.3.0.45 628 10/12/2021
19.3.0.44 630 10/5/2021
19.3.0.43 707 9/30/2021
19.2.0.62 728 9/13/2021
19.2.0.60 666 9/7/2021
19.2.0.59 657 8/30/2021
19.2.0.57 650 8/24/2021
19.2.0.56 663 8/17/2021
19.2.0.55 692 8/11/2021
19.2.0.51 694 8/2/2021
19.2.0.49 679 7/26/2021
19.2.0.48 673 7/19/2021
19.2.0.47 680 7/13/2021
19.2.0.46 640 7/6/2021
19.2.0.44 770 6/30/2021
19.1.0.69 718 6/14/2021
19.1.0.67 696 6/7/2021
19.1.0.66 692 5/31/2021
19.1.0.65 700 5/24/2021
19.1.0.64 684 5/19/2021
19.1.0.63 669 5/13/2021
19.1.0.59 714 5/3/2021
19.1.0.58 645 4/26/2021
19.1.0.57 653 4/20/2021
19.1.0.56 606 4/12/2021
19.1.0.55 613 4/6/2021
19.1.0.54 747 3/30/2021
18.4.0.49 699 3/22/2021
18.4.0.48 646 3/16/2021
18.4.0.47 704 3/9/2021
18.4.0.46 710 3/2/2021
18.4.0.44 713 2/23/2021
18.4.0.43 619 2/15/2021
18.4.0.42 666 2/9/2021
18.4.0.41 705 2/2/2021
18.4.0.39 697 1/28/2021
18.4.0.35 792 1/19/2021
18.4.0.34 718 1/12/2021
18.4.0.33 708 1/4/2021
18.4.0.32 643 12/30/2020
18.4.0.31 752 12/22/2020
18.4.0.30 853 12/17/2020
18.3.0.53 712 12/8/2020
18.3.0.52 702 11/30/2020
18.3.0.51 697 11/23/2020
18.3.0.50 681 11/17/2020
18.3.0.48 716 11/10/2020
18.3.0.47 790 11/5/2020
18.3.0.44 809 10/27/2020
18.3.0.42 1,100 10/20/2020
18.3.0.40 749 10/12/2020
18.3.0.38 762 10/7/2020
18.3.0.35 1,521 10/1/2020
18.2.0.59 768 9/22/2020
18.2.0.58 745 9/15/2020
18.2.0.57 741 9/8/2020
18.2.0.56 754 9/1/2020
18.2.0.55 728 8/24/2020
18.2.0.54 744 8/18/2020
18.2.0.48 844 8/4/2020
18.2.0.47 826 7/28/2020
18.2.0.46 812 7/21/2020
18.2.0.45 764 7/14/2020
18.2.0.44 2,294 7/6/2020
18.1.0.59 817 6/23/2020
18.1.0.57 890 6/15/2020
18.1.0.56 829 6/9/2020
18.1.0.55 803 6/2/2020
18.1.0.54 899 5/26/2020
18.1.0.53 830 5/19/2020
18.1.0.52 837 5/13/2020
18.1.0.48 822 5/5/2020
18.1.0.46 828 4/28/2020
18.1.0.45 846 4/20/2020
18.1.0.44 878 4/14/2020
18.1.0.43 881 4/7/2020
18.1.0.42 914 4/1/2020
18.1.0.36-beta 466 3/19/2020
17.4.0.55 954 3/10/2020
17.4.0.53 1,034 3/3/2020
17.4.0.51 852 2/25/2020
17.4.0.50 868 2/18/2020
17.4.0.49 852 2/11/2020
17.4.0.47 834 2/5/2020
17.4.0.46 835 1/30/2020
17.4.0.44 922 1/21/2020
17.4.0.43 862 1/14/2020
17.4.0.41 873 1/7/2020
17.4.0.40 868 12/24/2019
17.4.0.39 939 12/17/2019
17.3.0.34 851 12/10/2019
17.3.0.33 861 12/4/2019
17.3.0.30 837 12/3/2019
17.3.0.29 813 11/26/2019
17.3.0.28 834 11/18/2019
17.3.0.27 857 11/12/2019
17.3.0.26 841 11/5/2019
17.3.0.21 880 10/29/2019
17.3.0.19 867 10/22/2019
17.3.0.17 947 10/15/2019
17.3.0.14 950 10/3/2019
17.3.0.9-beta 436 9/20/2019
17.2.0.51 900 9/10/2019
17.2.0.49 894 9/3/2019
17.2.0.47 894 8/27/2019
17.2.0.46 890 8/22/2019
17.2.0.41 969 8/13/2019
17.2.0.40 1,032 8/6/2019
17.2.0.39 884 7/30/2019
17.2.0.36 892 7/23/2019
17.2.0.35 948 7/17/2019
17.2.0.34 1,089 7/11/2019
17.2.0.28-beta 510 6/27/2019
17.1.0.53 1,005 6/25/2019
17.1.0.52 1,008 6/18/2019
17.1.0.51 1,005 6/11/2019
17.1.0.50 1,019 6/4/2019
17.1.0.49 1,004 5/28/2019
17.1.0.48 1,064 5/21/2019
17.1.0.47 955 5/14/2019
17.1.0.44 944 5/7/2019
17.1.0.43 957 4/30/2019
17.1.0.42 1,007 4/23/2019
17.1.0.41 980 4/16/2019
17.1.0.40 971 4/9/2019
17.1.0.38 1,521 3/29/2019
17.1.0.32-beta 560 3/13/2019
16.4.0.54 1,109 2/19/2019
16.4.0.53 1,055 2/13/2019
16.4.0.52 1,072 2/5/2019
16.4.0.48 1,106 1/22/2019
16.4.0.47 1,089 1/16/2019
16.4.0.46 1,065 1/8/2019
16.4.0.44 1,054 12/24/2018
16.4.0.42 1,107 12/17/2018
16.4.0.40-beta 612 12/10/2018
16.3.0.36 1,125 11/27/2018
16.3.0.35-beta 637 11/23/2018
16.3.0.29 1,118 10/30/2018
16.3.0.21 1,223 9/21/2018