Syncfusion.Presentation.WinForms 27.1.51

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

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

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. 
.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.3 57 11/22/2024
27.2.2 156 11/15/2024
27.1.58 163 11/4/2024
27.1.57 146 10/28/2024
27.1.56 139 10/23/2024
27.1.55 101 10/21/2024
27.1.53 174 10/14/2024
27.1.52 151 10/7/2024
27.1.51 147 9/30/2024
27.1.50 151 9/23/2024
27.1.48 158 9/18/2024
26.2.14 182 9/9/2024
26.2.13 159 9/5/2024
26.2.12 164 9/2/2024
26.2.11 176 8/27/2024
26.2.10 183 8/19/2024
26.2.9 204 8/12/2024
26.2.8 171 8/5/2024
26.2.7 112 7/29/2024
26.2.5 149 7/25/2024
26.2.4 142 7/24/2024
26.1.42 198 7/15/2024
26.1.41 190 7/8/2024
26.1.40 208 7/1/2024
26.1.39 176 6/24/2024
26.1.38 220 6/18/2024
26.1.35 192 6/11/2024
25.2.7 238 6/3/2024
25.2.6 206 5/28/2024
25.2.5 217 5/21/2024
25.2.4 184 5/14/2024
25.2.3 176 5/8/2024
25.1.42 218 4/29/2024
25.1.41 208 4/23/2024
25.1.40 201 4/15/2024
25.1.39 211 4/8/2024
25.1.38 224 4/1/2024
25.1.37 233 3/26/2024
25.1.35 286 3/15/2024
24.2.9 231 3/4/2024
24.2.8 218 2/26/2024
24.2.7 215 2/19/2024
24.2.6 243 2/14/2024
24.2.5 196 2/12/2024
24.2.4 196 2/5/2024
24.2.3 221 1/31/2024
24.1.47 210 1/22/2024
24.1.46 190 1/16/2024
24.1.45 237 1/8/2024
24.1.44 234 1/2/2024
24.1.43 216 12/27/2023
24.1.41 291 12/18/2023
23.2.7 283 12/6/2023
23.2.6 270 11/28/2023
23.2.5 244 11/23/2023
23.2.4 217 11/20/2023
23.1.44 279 11/6/2023
23.1.43 242 10/30/2023
23.1.42 264 10/23/2023
23.1.41 272 10/16/2023
23.1.40 277 10/10/2023
23.1.39 258 10/4/2023
23.1.38 268 9/26/2023
23.1.36 356 9/15/2023
22.2.12 322 9/5/2023
22.2.11 321 8/28/2023
22.2.10 302 8/22/2023
22.2.9 291 8/14/2023
22.2.8 393 8/7/2023
22.2.7 326 8/2/2023
22.2.5 382 7/27/2023
22.1.39 305 7/18/2023
22.1.38 299 7/11/2023
22.1.37 331 7/3/2023
22.1.36 3,789 6/28/2023
22.1.34 4,893 6/21/2023
21.2.10 354 6/12/2023
21.2.9 352 6/6/2023
21.2.8 319 5/30/2023
21.2.6 388 5/22/2023
21.2.5 421 5/15/2023
21.2.4 407 5/9/2023
21.2.3 460 5/3/2023
21.1.41 444 4/19/2023
21.1.39 430 4/10/2023
21.1.38 487 4/3/2023
21.1.37 445 3/29/2023
21.1.35 589 3/23/2023
20.4.0.54 516 3/13/2023
20.4.0.53 515 3/7/2023
20.4.0.52 600 2/28/2023
20.4.0.51 564 2/21/2023
20.4.0.50 566 2/14/2023
20.4.0.49 548 2/7/2023
20.4.0.48 606 2/1/2023
20.4.0.44 659 1/18/2023
20.4.0.43 746 1/10/2023
20.4.0.42 624 1/4/2023
20.4.0.41 597 12/29/2022
20.4.0.40 560 12/28/2022
20.4.0.38 666 12/21/2022
20.3.0.61 623 12/12/2022
20.3.0.60 569 12/6/2022
20.3.0.59 688 11/29/2022
20.3.0.58 657 11/21/2022
20.3.0.57 777 11/14/2022
20.3.0.56 870 11/8/2022
20.3.0.52 797 10/27/2022
20.3.0.50 779 10/17/2022
20.3.0.49 833 10/11/2022
20.3.0.48 856 10/5/2022
20.3.0.47 915 9/29/2022
20.2.0.50 929 9/20/2022
20.2.0.49 947 9/13/2022
20.2.0.48 897 9/6/2022
20.2.0.46 864 8/30/2022
20.2.0.45 940 8/23/2022
20.2.0.44 897 8/16/2022
20.2.0.43 11,998 8/8/2022
20.2.0.40 934 7/26/2022
20.2.0.39 856 7/19/2022
20.2.0.38 961 7/12/2022
20.2.0.36 1,013 6/30/2022
20.1.0.61 991 6/20/2022
20.1.0.60 3,063 6/14/2022
20.1.0.59 936 6/6/2022
20.1.0.58 974 5/30/2022
20.1.0.57 914 5/23/2022
20.1.0.56 905 5/17/2022
20.1.0.55 885 5/12/2022
20.1.0.52 2,738 5/2/2022
20.1.0.51 936 4/26/2022
20.1.0.50 878 4/19/2022
20.1.0.48 903 4/12/2022
20.1.0.47 999 4/4/2022
19.4.0.56 1,008 3/14/2022
19.4.0.55 954 3/8/2022
19.4.0.54 939 2/28/2022
19.4.0.53 898 2/21/2022
19.4.0.52 890 2/15/2022
19.4.0.50 935 2/8/2022
19.4.0.48 916 1/31/2022
19.4.0.47 904 1/24/2022
19.4.0.43 910 1/18/2022
19.4.0.42 942 1/10/2022
19.4.0.41 658 1/4/2022
19.4.0.40 579 12/28/2021
19.4.0.38 693 12/17/2021
19.3.0.59 636 12/14/2021
19.3.0.57 631 12/7/2021
19.3.0.56 1,515 11/29/2021
19.3.0.55 642 11/23/2021
19.3.0.54 635 11/17/2021
19.3.0.53 683 11/12/2021
19.3.0.48 693 11/3/2021
19.3.0.47 724 10/26/2021
19.3.0.46 703 10/19/2021
19.3.0.45 719 10/12/2021
19.3.0.44 702 10/5/2021
19.3.0.43 803 9/30/2021
19.2.0.62 839 9/13/2021
19.2.0.60 778 9/7/2021
19.2.0.59 768 8/30/2021
19.2.0.57 738 8/24/2021
19.2.0.56 753 8/17/2021
19.2.0.55 778 8/11/2021
19.2.0.51 818 8/2/2021
19.2.0.49 758 7/26/2021
19.2.0.48 777 7/19/2021
19.2.0.47 767 7/13/2021
19.2.0.46 733 7/6/2021
19.2.0.44 858 6/30/2021
19.1.0.69 816 6/14/2021
19.1.0.67 808 6/7/2021
19.1.0.66 785 5/31/2021
19.1.0.65 780 5/24/2021
19.1.0.64 777 5/19/2021
19.1.0.63 760 5/13/2021
19.1.0.59 807 5/3/2021
19.1.0.58 743 4/26/2021
19.1.0.57 728 4/20/2021
19.1.0.56 662 4/12/2021
19.1.0.55 723 4/6/2021
19.1.0.54 916 3/30/2021
18.4.0.49 835 3/22/2021
18.4.0.48 737 3/16/2021
18.4.0.47 800 3/9/2021
18.4.0.46 788 3/2/2021
18.4.0.44 802 2/23/2021
18.4.0.43 702 2/15/2021
18.4.0.42 752 2/9/2021
18.4.0.41 802 2/2/2021
18.4.0.39 778 1/28/2021
18.4.0.35 898 1/19/2021
18.4.0.34 821 1/12/2021
18.4.0.33 791 1/4/2021
18.4.0.32 738 12/30/2020
18.4.0.31 858 12/22/2020
18.4.0.30 931 12/17/2020
18.3.0.53 815 12/8/2020
18.3.0.52 817 11/30/2020
18.3.0.51 808 11/23/2020
18.3.0.50 786 11/17/2020
18.3.0.48 821 11/10/2020
18.3.0.47 892 11/5/2020
18.3.0.44 918 10/27/2020
18.3.0.42 1,201 10/20/2020
18.3.0.40 845 10/12/2020
18.3.0.38 847 10/7/2020
18.3.0.35 1,626 10/1/2020
18.2.0.59 870 9/22/2020
18.2.0.58 864 9/15/2020
18.2.0.57 845 9/8/2020
18.2.0.56 849 9/1/2020
18.2.0.55 835 8/24/2020
18.2.0.54 828 8/18/2020
18.2.0.48 937 8/4/2020
18.2.0.47 928 7/28/2020
18.2.0.46 930 7/21/2020
18.2.0.45 869 7/14/2020
18.2.0.44 2,421 7/6/2020
18.1.0.59 905 6/23/2020
18.1.0.57 993 6/15/2020
18.1.0.56 965 6/9/2020
18.1.0.55 910 6/2/2020
18.1.0.54 1,008 5/26/2020
18.1.0.53 916 5/19/2020
18.1.0.52 940 5/13/2020
18.1.0.48 931 5/5/2020
18.1.0.46 949 4/28/2020
18.1.0.45 960 4/20/2020
18.1.0.44 982 4/14/2020
18.1.0.43 992 4/7/2020
18.1.0.42 1,011 4/1/2020
18.1.0.36-beta 569 3/19/2020
17.4.0.55 1,068 3/10/2020
17.4.0.53 1,136 3/3/2020
17.4.0.51 950 2/25/2020
17.4.0.50 976 2/18/2020
17.4.0.49 947 2/11/2020
17.4.0.47 942 2/5/2020
17.4.0.46 944 1/30/2020
17.4.0.44 1,023 1/21/2020
17.4.0.43 968 1/14/2020
17.4.0.41 972 1/7/2020
17.4.0.40 973 12/24/2019
17.4.0.39 1,043 12/17/2019
17.3.0.34 953 12/10/2019
17.3.0.33 965 12/4/2019
17.3.0.30 945 12/3/2019
17.3.0.29 925 11/26/2019
17.3.0.28 944 11/18/2019
17.3.0.27 960 11/12/2019
17.3.0.26 952 11/5/2019
17.3.0.21 979 10/29/2019
17.3.0.19 978 10/22/2019
17.3.0.17 1,039 10/15/2019
17.3.0.14 1,057 10/3/2019
17.3.0.9-beta 532 9/20/2019
17.2.0.51 1,007 9/10/2019
17.2.0.49 1,006 9/3/2019
17.2.0.47 994 8/27/2019
17.2.0.46 997 8/22/2019
17.2.0.41 1,081 8/13/2019
17.2.0.40 1,147 8/6/2019
17.2.0.39 991 7/30/2019
17.2.0.36 999 7/23/2019
17.2.0.35 1,056 7/17/2019
17.2.0.34 1,190 7/11/2019
17.2.0.28-beta 596 6/27/2019
17.1.0.53 1,119 6/25/2019
17.1.0.52 1,121 6/18/2019
17.1.0.51 1,112 6/11/2019
17.1.0.50 1,135 6/4/2019
17.1.0.49 1,109 5/28/2019
17.1.0.48 1,173 5/21/2019
17.1.0.47 1,058 5/14/2019
17.1.0.44 1,052 5/7/2019
17.1.0.43 1,066 4/30/2019
17.1.0.42 1,119 4/23/2019
17.1.0.41 1,098 4/16/2019
17.1.0.40 1,071 4/9/2019
17.1.0.38 1,621 3/29/2019
17.1.0.32-beta 661 3/13/2019
16.4.0.54 1,231 2/19/2019
16.4.0.53 1,169 2/13/2019
16.4.0.52 1,188 2/5/2019
16.4.0.48 1,227 1/22/2019
16.4.0.47 1,196 1/16/2019
16.4.0.46 1,186 1/8/2019
16.4.0.44 1,163 12/24/2018
16.4.0.42 1,212 12/17/2018
16.4.0.40-beta 706 12/10/2018
16.3.0.36 1,244 11/27/2018
16.3.0.35-beta 746 11/23/2018
16.3.0.29 1,232 10/30/2018
16.3.0.21 1,331 9/21/2018