Syncfusion.Presentation.WinForms 26.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 26.2.8                
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 26.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="26.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 26.2.8                
#r "nuget: Syncfusion.Presentation.WinForms, 26.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=26.2.8

// Install Syncfusion.Presentation.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.Presentation.WinForms&version=26.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 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.1.48 55 9/18/2024
26.2.14 122 9/9/2024
26.2.13 109 9/5/2024
26.2.12 113 9/2/2024
26.2.11 140 8/27/2024
26.2.10 143 8/19/2024
26.2.9 165 8/12/2024
26.2.8 125 8/5/2024
26.2.7 75 7/29/2024
26.2.5 113 7/25/2024
26.2.4 103 7/24/2024
26.1.42 171 7/15/2024
26.1.41 149 7/8/2024
26.1.40 156 7/1/2024
26.1.39 139 6/24/2024
26.1.38 174 6/18/2024
26.1.35 153 6/11/2024
25.2.7 191 6/3/2024
25.2.6 163 5/28/2024
25.2.5 165 5/21/2024
25.2.4 147 5/14/2024
25.2.3 136 5/8/2024
25.1.42 180 4/29/2024
25.1.41 172 4/23/2024
25.1.40 165 4/15/2024
25.1.39 168 4/8/2024
25.1.38 179 4/1/2024
25.1.37 186 3/26/2024
25.1.35 242 3/15/2024
24.2.9 189 3/4/2024
24.2.8 182 2/26/2024
24.2.7 179 2/19/2024
24.2.6 207 2/14/2024
24.2.5 160 2/12/2024
24.2.4 166 2/5/2024
24.2.3 177 1/31/2024
24.1.47 168 1/22/2024
24.1.46 152 1/16/2024
24.1.45 197 1/8/2024
24.1.44 187 1/2/2024
24.1.43 180 12/27/2023
24.1.41 247 12/18/2023
23.2.7 247 12/6/2023
23.2.6 226 11/28/2023
23.2.5 202 11/23/2023
23.2.4 173 11/20/2023
23.1.44 242 11/6/2023
23.1.43 199 10/30/2023
23.1.42 217 10/23/2023
23.1.41 225 10/16/2023
23.1.40 234 10/10/2023
23.1.39 208 10/4/2023
23.1.38 231 9/26/2023
23.1.36 314 9/15/2023
22.2.12 287 9/5/2023
22.2.11 286 8/28/2023
22.2.10 264 8/22/2023
22.2.9 254 8/14/2023
22.2.8 354 8/7/2023
22.2.7 289 8/2/2023
22.2.5 326 7/27/2023
22.1.39 268 7/18/2023
22.1.38 264 7/11/2023
22.1.37 287 7/3/2023
22.1.36 2,367 6/28/2023
22.1.34 4,255 6/21/2023
21.2.10 309 6/12/2023
21.2.9 316 6/6/2023
21.2.8 275 5/30/2023
21.2.6 349 5/22/2023
21.2.5 379 5/15/2023
21.2.4 358 5/9/2023
21.2.3 414 5/3/2023
21.1.41 405 4/19/2023
21.1.39 391 4/10/2023
21.1.38 446 4/3/2023
21.1.37 404 3/29/2023
21.1.35 550 3/23/2023
20.4.0.54 465 3/13/2023
20.4.0.53 474 3/7/2023
20.4.0.52 563 2/28/2023
20.4.0.51 524 2/21/2023
20.4.0.50 532 2/14/2023
20.4.0.49 510 2/7/2023
20.4.0.48 574 2/1/2023
20.4.0.44 619 1/18/2023
20.4.0.43 692 1/10/2023
20.4.0.42 586 1/4/2023
20.4.0.41 557 12/29/2022
20.4.0.40 522 12/28/2022
20.4.0.38 620 12/21/2022
20.3.0.61 581 12/12/2022
20.3.0.60 535 12/6/2022
20.3.0.59 650 11/29/2022
20.3.0.58 622 11/21/2022
20.3.0.57 727 11/14/2022
20.3.0.56 800 11/8/2022
20.3.0.52 760 10/27/2022
20.3.0.50 737 10/17/2022
20.3.0.49 799 10/11/2022
20.3.0.48 814 10/5/2022
20.3.0.47 878 9/29/2022
20.2.0.50 883 9/20/2022
20.2.0.49 913 9/13/2022
20.2.0.48 863 9/6/2022
20.2.0.46 830 8/30/2022
20.2.0.45 915 8/23/2022
20.2.0.44 863 8/16/2022
20.2.0.43 10,785 8/8/2022
20.2.0.40 900 7/26/2022
20.2.0.39 821 7/19/2022
20.2.0.38 921 7/12/2022
20.2.0.36 976 6/30/2022
20.1.0.61 957 6/20/2022
20.1.0.60 2,844 6/14/2022
20.1.0.59 898 6/6/2022
20.1.0.58 935 5/30/2022
20.1.0.57 878 5/23/2022
20.1.0.56 868 5/17/2022
20.1.0.55 847 5/12/2022
20.1.0.52 2,567 5/2/2022
20.1.0.51 902 4/26/2022
20.1.0.50 846 4/19/2022
20.1.0.48 869 4/12/2022
20.1.0.47 970 4/4/2022
19.4.0.56 974 3/14/2022
19.4.0.55 918 3/8/2022
19.4.0.54 902 2/28/2022
19.4.0.53 868 2/21/2022
19.4.0.52 862 2/15/2022
19.4.0.50 894 2/8/2022
19.4.0.48 885 1/31/2022
19.4.0.47 884 1/24/2022
19.4.0.43 882 1/18/2022
19.4.0.42 903 1/10/2022
19.4.0.41 632 1/4/2022
19.4.0.40 558 12/28/2021
19.4.0.38 671 12/17/2021
19.3.0.59 606 12/14/2021
19.3.0.57 599 12/7/2021
19.3.0.56 1,477 11/29/2021
19.3.0.55 617 11/23/2021
19.3.0.54 598 11/17/2021
19.3.0.53 643 11/12/2021
19.3.0.48 659 11/3/2021
19.3.0.47 695 10/26/2021
19.3.0.46 670 10/19/2021
19.3.0.45 683 10/12/2021
19.3.0.44 679 10/5/2021
19.3.0.43 772 9/30/2021
19.2.0.62 799 9/13/2021
19.2.0.60 738 9/7/2021
19.2.0.59 725 8/30/2021
19.2.0.57 703 8/24/2021
19.2.0.56 717 8/17/2021
19.2.0.55 743 8/11/2021
19.2.0.51 774 8/2/2021
19.2.0.49 734 7/26/2021
19.2.0.48 735 7/19/2021
19.2.0.47 733 7/13/2021
19.2.0.46 702 7/6/2021
19.2.0.44 825 6/30/2021
19.1.0.69 775 6/14/2021
19.1.0.67 773 6/7/2021
19.1.0.66 764 5/31/2021
19.1.0.65 749 5/24/2021
19.1.0.64 738 5/19/2021
19.1.0.63 722 5/13/2021
19.1.0.59 770 5/3/2021
19.1.0.58 714 4/26/2021
19.1.0.57 707 4/20/2021
19.1.0.56 640 4/12/2021
19.1.0.55 687 4/6/2021
19.1.0.54 868 3/30/2021
18.4.0.49 795 3/22/2021
18.4.0.48 698 3/16/2021
18.4.0.47 771 3/9/2021
18.4.0.46 751 3/2/2021
18.4.0.44 777 2/23/2021
18.4.0.43 671 2/15/2021
18.4.0.42 718 2/9/2021
18.4.0.41 777 2/2/2021
18.4.0.39 744 1/28/2021
18.4.0.35 862 1/19/2021
18.4.0.34 791 1/12/2021
18.4.0.33 768 1/4/2021
18.4.0.32 709 12/30/2020
18.4.0.31 825 12/22/2020
18.4.0.30 905 12/17/2020
18.3.0.53 782 12/8/2020
18.3.0.52 775 11/30/2020
18.3.0.51 771 11/23/2020
18.3.0.50 747 11/17/2020
18.3.0.48 778 11/10/2020
18.3.0.47 856 11/5/2020
18.3.0.44 876 10/27/2020
18.3.0.42 1,165 10/20/2020
18.3.0.40 810 10/12/2020
18.3.0.38 812 10/7/2020
18.3.0.35 1,590 10/1/2020
18.2.0.59 834 9/22/2020
18.2.0.58 816 9/15/2020
18.2.0.57 814 9/8/2020
18.2.0.56 819 9/1/2020
18.2.0.55 796 8/24/2020
18.2.0.54 809 8/18/2020
18.2.0.48 898 8/4/2020
18.2.0.47 895 7/28/2020
18.2.0.46 886 7/21/2020
18.2.0.45 838 7/14/2020
18.2.0.44 2,375 7/6/2020
18.1.0.59 871 6/23/2020
18.1.0.57 958 6/15/2020
18.1.0.56 910 6/9/2020
18.1.0.55 873 6/2/2020
18.1.0.54 966 5/26/2020
18.1.0.53 894 5/19/2020
18.1.0.52 905 5/13/2020
18.1.0.48 895 5/5/2020
18.1.0.46 903 4/28/2020
18.1.0.45 916 4/20/2020
18.1.0.44 945 4/14/2020
18.1.0.43 949 4/7/2020
18.1.0.42 968 4/1/2020
18.1.0.36-beta 534 3/19/2020
17.4.0.55 1,037 3/10/2020
17.4.0.53 1,104 3/3/2020
17.4.0.51 918 2/25/2020
17.4.0.50 938 2/18/2020
17.4.0.49 911 2/11/2020
17.4.0.47 905 2/5/2020
17.4.0.46 901 1/30/2020
17.4.0.44 990 1/21/2020
17.4.0.43 931 1/14/2020
17.4.0.41 928 1/7/2020
17.4.0.40 939 12/24/2019
17.4.0.39 1,009 12/17/2019
17.3.0.34 918 12/10/2019
17.3.0.33 930 12/4/2019
17.3.0.30 905 12/3/2019
17.3.0.29 885 11/26/2019
17.3.0.28 906 11/18/2019
17.3.0.27 924 11/12/2019
17.3.0.26 912 11/5/2019
17.3.0.21 937 10/29/2019
17.3.0.19 940 10/22/2019
17.3.0.17 1,004 10/15/2019
17.3.0.14 1,022 10/3/2019
17.3.0.9-beta 496 9/20/2019
17.2.0.51 971 9/10/2019
17.2.0.49 963 9/3/2019
17.2.0.47 962 8/27/2019
17.2.0.46 962 8/22/2019
17.2.0.41 1,037 8/13/2019
17.2.0.40 1,109 8/6/2019
17.2.0.39 961 7/30/2019
17.2.0.36 965 7/23/2019
17.2.0.35 1,020 7/17/2019
17.2.0.34 1,153 7/11/2019
17.2.0.28-beta 565 6/27/2019
17.1.0.53 1,074 6/25/2019
17.1.0.52 1,076 6/18/2019
17.1.0.51 1,072 6/11/2019
17.1.0.50 1,099 6/4/2019
17.1.0.49 1,075 5/28/2019
17.1.0.48 1,131 5/21/2019
17.1.0.47 1,027 5/14/2019
17.1.0.44 1,015 5/7/2019
17.1.0.43 1,029 4/30/2019
17.1.0.42 1,078 4/23/2019
17.1.0.41 1,052 4/16/2019
17.1.0.40 1,038 4/9/2019
17.1.0.38 1,598 3/29/2019
17.1.0.32-beta 624 3/13/2019
16.4.0.54 1,193 2/19/2019
16.4.0.53 1,128 2/13/2019
16.4.0.52 1,154 2/5/2019
16.4.0.48 1,184 1/22/2019
16.4.0.47 1,158 1/16/2019
16.4.0.46 1,146 1/8/2019
16.4.0.44 1,126 12/24/2018
16.4.0.42 1,179 12/17/2018
16.4.0.40-beta 676 12/10/2018
16.3.0.36 1,206 11/27/2018
16.3.0.35-beta 705 11/23/2018
16.3.0.29 1,196 10/30/2018
16.3.0.21 1,297 9/21/2018