Syncfusion.Presentation.WinForms 29.1.37

Prefix Reserved
dotnet add package Syncfusion.Presentation.WinForms --version 29.1.37
                    
NuGet\Install-Package Syncfusion.Presentation.WinForms -Version 29.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="29.1.37" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Presentation.WinForms" Version="29.1.37" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Presentation.WinForms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Presentation.WinForms --version 29.1.37
                    
#r "nuget: Syncfusion.Presentation.WinForms, 29.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.
#addin nuget:?package=Syncfusion.Presentation.WinForms&version=29.1.37
                    
Install Syncfusion.Presentation.WinForms as a Cake Addin
#tool nuget:?package=Syncfusion.Presentation.WinForms&version=29.1.37
                    
Install Syncfusion.Presentation.WinForms as a Cake Tool

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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible. 
.NET Framework 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
29.1.37 71 a day ago
29.1.35 210 9 days ago
29.1.33 520 16 days ago
28.2.12 197 21 days ago
28.2.11 238 a month ago
28.2.9 258 a month ago
28.2.7 165 2 months ago
28.2.6 165 2 months ago
28.2.5 156 2 months ago
28.2.4 157 2 months ago
28.2.3 180 2 months ago
28.1.41 165 3 months ago
28.1.39 135 3 months ago
28.1.38 152 3 months ago
28.1.37 162 3 months ago
28.1.36 154 4 months ago
28.1.35 198 4 months ago
28.1.33 211 4 months ago
27.2.5 191 4 months ago
27.2.4 180 4 months ago
27.2.3 165 5 months ago
27.2.2 204 5 months ago
27.1.58 208 5 months ago
27.1.57 213 5 months ago
27.1.56 180 6 months ago
27.1.55 141 6 months ago
27.1.53 215 6 months ago
27.1.52 186 6 months ago
27.1.51 182 6 months ago
27.1.50 185 7 months ago
27.1.48 205 7 months ago
26.2.14 224 7 months ago
26.2.13 198 7 months ago
26.2.12 205 7 months ago
26.2.11 209 7 months ago
26.2.10 213 8 months ago
26.2.9 233 8 months ago
26.2.8 205 8 months ago
26.2.7 149 8 months ago
26.2.5 186 8 months ago
26.2.4 176 9 months ago
26.1.42 230 9 months ago
26.1.41 220 9 months ago
26.1.40 239 9 months ago
26.1.39 209 10 months ago
26.1.38 250 10 months ago
26.1.35 217 10 months ago
25.2.7 328 6/3/2024
25.2.6 235 5/28/2024
25.2.5 245 5/21/2024
25.2.4 211 5/14/2024
25.2.3 203 5/8/2024
25.1.42 247 4/29/2024
25.1.41 239 4/23/2024
25.1.40 229 4/15/2024
25.1.39 238 4/8/2024
25.1.38 249 4/1/2024
25.1.37 261 3/26/2024
25.1.35 313 3/15/2024
24.2.9 259 3/4/2024
24.2.8 244 2/26/2024
24.2.7 249 2/19/2024
24.2.6 276 2/14/2024
24.2.5 221 2/12/2024
24.2.4 223 2/5/2024
24.2.3 247 1/31/2024
24.1.47 235 1/22/2024
24.1.46 216 1/16/2024
24.1.45 263 1/8/2024
24.1.44 262 1/2/2024
24.1.43 248 12/27/2023
24.1.41 317 12/18/2023
23.2.7 309 12/6/2023
23.2.6 294 11/28/2023
23.2.5 271 11/23/2023
23.2.4 243 11/20/2023
23.1.44 305 11/6/2023
23.1.43 268 10/30/2023
23.1.42 291 10/23/2023
23.1.41 300 10/16/2023
23.1.40 306 10/10/2023
23.1.39 285 10/4/2023
23.1.38 293 9/26/2023
23.1.36 386 9/15/2023
22.2.12 350 9/5/2023
22.2.11 346 8/28/2023
22.2.10 328 8/22/2023
22.2.9 316 8/14/2023
22.2.8 422 8/7/2023
22.2.7 352 8/2/2023
22.2.5 410 7/27/2023
22.1.39 334 7/18/2023
22.1.38 321 7/11/2023
22.1.37 355 7/3/2023
22.1.36 5,366 6/28/2023
22.1.34 5,378 6/21/2023
21.2.10 382 6/12/2023
21.2.9 383 6/6/2023
21.2.8 353 5/30/2023
21.2.6 435 5/22/2023
21.2.5 462 5/15/2023
21.2.4 437 5/9/2023
21.2.3 502 5/3/2023
21.1.41 475 4/19/2023
21.1.39 460 4/10/2023
21.1.38 518 4/3/2023
21.1.37 478 3/29/2023
21.1.35 620 3/23/2023
20.4.0.54 560 3/13/2023
20.4.0.53 546 3/7/2023
20.4.0.52 630 2/28/2023
20.4.0.51 598 2/21/2023
20.4.0.50 597 2/14/2023
20.4.0.49 585 2/7/2023
20.4.0.48 638 2/1/2023
20.4.0.44 691 1/18/2023
20.4.0.43 786 1/10/2023
20.4.0.42 658 1/4/2023
20.4.0.41 637 12/29/2022
20.4.0.40 592 12/28/2022
20.4.0.38 707 12/21/2022
20.3.0.61 658 12/12/2022
20.3.0.60 586 12/6/2022
20.3.0.59 705 11/29/2022
20.3.0.58 673 11/21/2022
20.3.0.57 794 11/14/2022
20.3.0.56 957 11/8/2022
20.3.0.52 816 10/27/2022
20.3.0.50 798 10/17/2022
20.3.0.49 853 10/11/2022
20.3.0.48 877 10/5/2022
20.3.0.47 937 9/29/2022
20.2.0.50 950 9/20/2022
20.2.0.49 966 9/13/2022
20.2.0.48 917 9/6/2022
20.2.0.46 884 8/30/2022
20.2.0.45 959 8/23/2022
20.2.0.44 916 8/16/2022
20.2.0.43 14,489 8/8/2022
20.2.0.40 955 7/26/2022
20.2.0.39 875 7/19/2022
20.2.0.38 981 7/12/2022
20.2.0.36 1,033 6/30/2022
20.1.0.61 1,011 6/20/2022
20.1.0.60 3,522 6/14/2022
20.1.0.59 956 6/6/2022
20.1.0.58 995 5/30/2022
20.1.0.57 937 5/23/2022
20.1.0.56 925 5/17/2022
20.1.0.55 905 5/12/2022
20.1.0.52 2,970 5/2/2022
20.1.0.51 961 4/26/2022
20.1.0.50 899 4/19/2022
20.1.0.48 925 4/12/2022
20.1.0.47 1,021 4/4/2022
19.4.0.56 1,043 3/14/2022
19.4.0.55 976 3/8/2022
19.4.0.54 964 2/28/2022
19.4.0.53 921 2/21/2022
19.4.0.52 912 2/15/2022
19.4.0.50 958 2/8/2022
19.4.0.48 939 1/31/2022
19.4.0.47 926 1/24/2022
19.4.0.43 932 1/18/2022
19.4.0.42 965 1/10/2022
19.4.0.41 681 1/4/2022
19.4.0.40 600 12/28/2021
19.4.0.38 720 12/17/2021
19.3.0.59 659 12/14/2021
19.3.0.57 655 12/7/2021
19.3.0.56 1,538 11/29/2021
19.3.0.55 667 11/23/2021
19.3.0.54 657 11/17/2021
19.3.0.53 706 11/12/2021
19.3.0.48 716 11/3/2021
19.3.0.47 747 10/26/2021
19.3.0.46 731 10/19/2021
19.3.0.45 741 10/12/2021
19.3.0.44 725 10/5/2021
19.3.0.43 825 9/30/2021
19.2.0.62 866 9/13/2021
19.2.0.60 801 9/7/2021
19.2.0.59 791 8/30/2021
19.2.0.57 761 8/24/2021
19.2.0.56 776 8/17/2021
19.2.0.55 801 8/11/2021
19.2.0.51 839 8/2/2021
19.2.0.49 780 7/26/2021
19.2.0.48 799 7/19/2021
19.2.0.47 790 7/13/2021
19.2.0.46 759 7/6/2021
19.2.0.44 883 6/30/2021
19.1.0.69 839 6/14/2021
19.1.0.67 831 6/7/2021
19.1.0.66 808 5/31/2021
19.1.0.65 803 5/24/2021
19.1.0.64 801 5/19/2021
19.1.0.63 784 5/13/2021
19.1.0.59 838 5/3/2021
19.1.0.58 767 4/26/2021
19.1.0.57 753 4/20/2021
19.1.0.56 689 4/12/2021
19.1.0.55 748 4/6/2021
19.1.0.54 1,002 3/30/2021
18.4.0.49 867 3/22/2021
18.4.0.48 764 3/16/2021
18.4.0.47 827 3/9/2021
18.4.0.46 815 3/2/2021
18.4.0.44 831 2/23/2021
18.4.0.43 730 2/15/2021
18.4.0.42 779 2/9/2021
18.4.0.41 830 2/2/2021
18.4.0.39 807 1/28/2021
18.4.0.35 925 1/19/2021
18.4.0.34 849 1/12/2021
18.4.0.33 819 1/4/2021
18.4.0.32 765 12/30/2020
18.4.0.31 884 12/22/2020
18.4.0.30 959 12/17/2020
18.3.0.53 845 12/8/2020
18.3.0.52 845 11/30/2020
18.3.0.51 836 11/23/2020
18.3.0.50 814 11/17/2020
18.3.0.48 848 11/10/2020
18.3.0.47 925 11/5/2020
18.3.0.44 947 10/27/2020
18.3.0.42 1,227 10/20/2020
18.3.0.40 873 10/12/2020
18.3.0.38 876 10/7/2020
18.3.0.35 1,654 10/1/2020
18.2.0.59 898 9/22/2020
18.2.0.58 891 9/15/2020
18.2.0.57 873 9/8/2020
18.2.0.56 877 9/1/2020
18.2.0.55 864 8/24/2020
18.2.0.54 857 8/18/2020
18.2.0.48 968 8/4/2020
18.2.0.47 956 7/28/2020
18.2.0.46 958 7/21/2020
18.2.0.45 897 7/14/2020
18.2.0.44 2,448 7/6/2020
18.1.0.59 938 6/23/2020
18.1.0.57 1,022 6/15/2020
18.1.0.56 995 6/9/2020
18.1.0.55 939 6/2/2020
18.1.0.54 1,036 5/26/2020
18.1.0.53 945 5/19/2020
18.1.0.52 976 5/13/2020
18.1.0.48 961 5/5/2020
18.1.0.46 979 4/28/2020
18.1.0.45 990 4/20/2020
18.1.0.44 1,012 4/14/2020
18.1.0.43 1,022 4/7/2020
18.1.0.42 1,042 4/1/2020
18.1.0.36-beta 595 3/19/2020
17.4.0.55 1,143 3/10/2020
17.4.0.53 1,167 3/3/2020
17.4.0.51 982 2/25/2020
17.4.0.50 1,007 2/18/2020
17.4.0.49 979 2/11/2020
17.4.0.47 972 2/5/2020
17.4.0.46 975 1/30/2020
17.4.0.44 1,060 1/21/2020
17.4.0.43 999 1/14/2020
17.4.0.41 1,001 1/7/2020
17.4.0.40 1,005 12/24/2019
17.4.0.39 1,082 12/17/2019
17.3.0.34 982 12/10/2019
17.3.0.33 996 12/4/2019
17.3.0.30 974 12/3/2019
17.3.0.29 953 11/26/2019
17.3.0.28 972 11/18/2019
17.3.0.27 989 11/12/2019
17.3.0.26 981 11/5/2019
17.3.0.21 1,009 10/29/2019
17.3.0.19 1,013 10/22/2019
17.3.0.17 1,070 10/15/2019
17.3.0.14 1,087 10/3/2019
17.3.0.9-beta 558 9/20/2019
17.2.0.51 1,039 9/10/2019
17.2.0.49 1,037 9/3/2019
17.2.0.47 1,026 8/27/2019
17.2.0.46 1,027 8/22/2019
17.2.0.41 1,113 8/13/2019
17.2.0.40 1,180 8/6/2019
17.2.0.39 1,024 7/30/2019
17.2.0.36 1,033 7/23/2019
17.2.0.35 1,089 7/17/2019
17.2.0.34 1,220 7/11/2019
17.2.0.28-beta 622 6/27/2019
17.1.0.53 1,156 6/25/2019
17.1.0.52 1,153 6/18/2019
17.1.0.51 1,144 6/11/2019
17.1.0.50 1,167 6/4/2019
17.1.0.49 1,139 5/28/2019
17.1.0.48 1,206 5/21/2019
17.1.0.47 1,097 5/14/2019
17.1.0.44 1,083 5/7/2019
17.1.0.43 1,097 4/30/2019
17.1.0.42 1,155 4/23/2019
17.1.0.41 1,133 4/16/2019
17.1.0.40 1,102 4/9/2019
17.1.0.38 1,655 3/29/2019
17.1.0.32-beta 690 3/13/2019
16.4.0.54 1,265 2/19/2019
16.4.0.53 1,203 2/13/2019
16.4.0.52 1,222 2/5/2019
16.4.0.48 1,261 1/22/2019
16.4.0.47 1,228 1/16/2019
16.4.0.46 1,220 1/8/2019
16.4.0.44 1,198 12/24/2018
16.4.0.42 1,246 12/17/2018
16.4.0.40-beta 736 12/10/2018
16.3.0.36 1,280 11/27/2018
16.3.0.35-beta 781 11/23/2018
16.3.0.29 1,279 10/30/2018
16.3.0.21 1,385 9/21/2018