Syncfusion.Presentation.WinForms 21.1.37

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

// Install Syncfusion.Presentation.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.Presentation.WinForms&version=21.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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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 Versions
.NET net6.0-windows net6.0-windows7.0 net7.0-windows net7.0-windows7.0
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
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
21.1.37 36 3/29/2023
21.1.35 118 3/23/2023
20.4.0.54 141 3/13/2023
20.4.0.53 133 3/7/2023
20.4.0.52 178 2/28/2023
20.4.0.51 171 2/21/2023
20.4.0.50 182 2/14/2023
20.4.0.49 182 2/7/2023
20.4.0.48 214 2/1/2023
20.4.0.44 264 1/18/2023
20.4.0.43 284 1/10/2023
20.4.0.42 252 1/4/2023
20.4.0.41 250 12/29/2022
20.4.0.40 243 12/28/2022
20.4.0.38 319 12/21/2022
20.3.0.61 277 12/12/2022
20.3.0.60 271 12/6/2022
20.3.0.59 326 11/29/2022
20.3.0.58 344 11/21/2022
20.3.0.57 383 11/14/2022
20.3.0.56 426 11/8/2022
20.3.0.52 452 10/27/2022
20.3.0.50 462 10/17/2022
20.3.0.49 503 10/11/2022
20.3.0.48 492 10/5/2022
20.3.0.47 576 9/29/2022
20.2.0.50 570 9/20/2022
20.2.0.49 620 9/13/2022
20.2.0.48 602 9/6/2022
20.2.0.46 568 8/30/2022
20.2.0.45 599 8/23/2022
20.2.0.44 539 8/16/2022
20.2.0.43 2,809 8/8/2022
20.2.0.40 610 7/26/2022
20.2.0.39 552 7/19/2022
20.2.0.38 629 7/12/2022
20.2.0.36 701 6/30/2022
20.1.0.61 665 6/20/2022
20.1.0.60 1,288 6/14/2022
20.1.0.59 616 6/6/2022
20.1.0.58 643 5/30/2022
20.1.0.57 600 5/23/2022
20.1.0.56 573 5/17/2022
20.1.0.55 573 5/12/2022
20.1.0.52 1,201 5/2/2022
20.1.0.51 611 4/26/2022
20.1.0.50 579 4/19/2022
20.1.0.48 600 4/12/2022
20.1.0.47 691 4/4/2022
19.4.0.56 657 3/14/2022
19.4.0.55 597 3/8/2022
19.4.0.54 625 2/28/2022
19.4.0.53 598 2/21/2022
19.4.0.52 610 2/15/2022
19.4.0.50 612 2/8/2022
19.4.0.48 615 1/31/2022
19.4.0.47 587 1/24/2022
19.4.0.43 621 1/18/2022
19.4.0.42 614 1/10/2022
19.4.0.41 384 1/4/2022
19.4.0.40 358 12/28/2021
19.4.0.38 429 12/17/2021
19.3.0.59 373 12/14/2021
19.3.0.57 375 12/7/2021
19.3.0.56 1,255 11/29/2021
19.3.0.55 388 11/23/2021
19.3.0.54 389 11/17/2021
19.3.0.53 436 11/12/2021
19.3.0.48 451 11/3/2021
19.3.0.47 465 10/26/2021
19.3.0.46 456 10/19/2021
19.3.0.45 459 10/12/2021
19.3.0.44 447 10/5/2021
19.3.0.43 514 9/30/2021
19.2.0.62 532 9/13/2021
19.2.0.60 483 9/7/2021
19.2.0.59 489 8/30/2021
19.2.0.57 455 8/24/2021
19.2.0.56 466 8/17/2021
19.2.0.55 516 8/11/2021
19.2.0.51 522 8/2/2021
19.2.0.49 509 7/26/2021
19.2.0.48 501 7/19/2021
19.2.0.47 524 7/13/2021
19.2.0.46 488 7/6/2021
19.2.0.44 591 6/30/2021
19.1.0.69 567 6/14/2021
19.1.0.67 504 6/7/2021
19.1.0.66 503 5/31/2021
19.1.0.65 530 5/24/2021
19.1.0.64 517 5/19/2021
19.1.0.63 510 5/13/2021
19.1.0.59 543 5/3/2021
19.1.0.58 488 4/26/2021
19.1.0.57 496 4/20/2021
19.1.0.56 482 4/12/2021
19.1.0.55 471 4/6/2021
19.1.0.54 586 3/30/2021
18.4.0.49 495 3/22/2021
18.4.0.48 488 3/16/2021
18.4.0.47 526 3/9/2021
18.4.0.46 505 3/2/2021
18.4.0.44 501 2/23/2021
18.4.0.43 472 2/15/2021
18.4.0.42 511 2/9/2021
18.4.0.41 529 2/2/2021
18.4.0.39 539 1/28/2021
18.4.0.35 603 1/19/2021
18.4.0.34 558 1/12/2021
18.4.0.33 546 1/4/2021
18.4.0.32 477 12/30/2020
18.4.0.31 548 12/22/2020
18.4.0.30 659 12/17/2020
18.3.0.53 554 12/8/2020
18.3.0.52 544 11/30/2020
18.3.0.51 542 11/23/2020
18.3.0.50 537 11/17/2020
18.3.0.48 557 11/10/2020
18.3.0.47 639 11/5/2020
18.3.0.44 621 10/27/2020
18.3.0.42 943 10/20/2020
18.3.0.40 575 10/12/2020
18.3.0.38 597 10/7/2020
18.3.0.35 1,358 10/1/2020
18.2.0.59 585 9/22/2020
18.2.0.58 613 9/15/2020
18.2.0.57 580 9/8/2020
18.2.0.56 575 9/1/2020
18.2.0.55 580 8/24/2020
18.2.0.54 586 8/18/2020
18.2.0.48 634 8/4/2020
18.2.0.47 642 7/28/2020
18.2.0.46 633 7/21/2020
18.2.0.45 578 7/14/2020
18.2.0.44 2,100 7/6/2020
18.1.0.59 643 6/23/2020
18.1.0.57 692 6/15/2020
18.1.0.56 615 6/9/2020
18.1.0.55 610 6/2/2020
18.1.0.54 687 5/26/2020
18.1.0.53 655 5/19/2020
18.1.0.52 653 5/13/2020
18.1.0.48 627 5/5/2020
18.1.0.46 623 4/28/2020
18.1.0.45 615 4/20/2020
18.1.0.44 668 4/14/2020
18.1.0.43 669 4/7/2020
18.1.0.42 699 4/1/2020
18.1.0.36-beta 405 3/19/2020
17.4.0.55 723 3/10/2020
17.4.0.53 834 3/3/2020
17.4.0.51 662 2/25/2020
17.4.0.50 685 2/18/2020
17.4.0.49 661 2/11/2020
17.4.0.47 664 2/5/2020
17.4.0.46 653 1/30/2020
17.4.0.44 733 1/21/2020
17.4.0.43 676 1/14/2020
17.4.0.41 673 1/7/2020
17.4.0.40 652 12/24/2019
17.4.0.39 716 12/17/2019
17.3.0.34 651 12/10/2019
17.3.0.33 648 12/4/2019
17.3.0.30 654 12/3/2019
17.3.0.29 666 11/26/2019
17.3.0.28 678 11/18/2019
17.3.0.27 671 11/12/2019
17.3.0.26 643 11/5/2019
17.3.0.21 662 10/29/2019
17.3.0.19 682 10/22/2019
17.3.0.17 696 10/15/2019
17.3.0.14 699 10/3/2019
17.3.0.9-beta 411 9/20/2019
17.2.0.51 714 9/10/2019
17.2.0.49 706 9/3/2019
17.2.0.47 689 8/27/2019
17.2.0.46 701 8/22/2019
17.2.0.41 737 8/13/2019
17.2.0.40 769 8/6/2019
17.2.0.39 710 7/30/2019
17.2.0.36 701 7/23/2019
17.2.0.35 711 7/17/2019
17.2.0.34 874 7/11/2019
17.2.0.28-beta 460 6/27/2019
17.1.0.53 790 6/25/2019
17.1.0.52 808 6/18/2019
17.1.0.51 785 6/11/2019
17.1.0.50 783 6/4/2019
17.1.0.49 763 5/28/2019
17.1.0.48 815 5/21/2019
17.1.0.47 753 5/14/2019
17.1.0.44 749 5/7/2019
17.1.0.43 748 4/30/2019
17.1.0.42 813 4/23/2019
17.1.0.41 753 4/16/2019
17.1.0.40 747 4/9/2019
17.1.0.38 1,327 3/29/2019
17.1.0.32-beta 525 3/13/2019
16.4.0.54 898 2/19/2019
16.4.0.53 848 2/13/2019
16.4.0.52 857 2/5/2019
16.4.0.48 869 1/22/2019
16.4.0.47 854 1/16/2019
16.4.0.46 860 1/8/2019
16.4.0.44 845 12/24/2018
16.4.0.42 902 12/17/2018
16.4.0.40-beta 580 12/10/2018
16.3.0.36 889 11/27/2018
16.3.0.35-beta 594 11/23/2018
16.3.0.29 916 10/30/2018
16.3.0.21 1,010 9/21/2018