Syncfusion.Presentation.UWP 28.2.11

Prefix Reserved
dotnet add package Syncfusion.Presentation.UWP --version 28.2.11                
NuGet\Install-Package Syncfusion.Presentation.UWP -Version 28.2.11                
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.UWP" Version="28.2.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Presentation.UWP --version 28.2.11                
#r "nuget: Syncfusion.Presentation.UWP, 28.2.11"                
#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.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.Presentation.UWP&version=28.2.11

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

Syncfusion® UWP PowerPoint library

The Syncfusion® UWP 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.

UWP PowerPoint(Presentation) library

Features Overview | Dos | 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.UWP from the Package Manager Console in Visual Studio.

Try the following code example to create a hello world PowerPoint Presentation.

//Namespace 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");
	
	//Initializes FileSavePicker
	FileSavePicker savePicker = new FileSavePicker();
	savePicker.SuggestedStartLocation = PickerLocationId.Desktop;
	savePicker.SuggestedFileName = "Sample";
	savePicker.FileTypeChoices.Add("PowerPoint Files", new List<string>() { ".pptx" });

	//Creates a storage file from FileSavePicker
	StorageFile storageFile = await savePicker.PickSaveFileAsync();

	//Saves changes to the specified storage file
	await pptxDoc.SaveAsync(storageFile);
}

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.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
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.UWP:

Package Downloads
BoldReports.UWP

Syncfusion Bold Reports for UWP Report Viewer is a control package that displays SSRS RDL and RDLC reports within Universal Windows Platform applications. It also supports the Report Writer library. Key features: • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through and hyperlink to work with report at runtime. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. • Report writer can be used to create file report formats PDF, Word, Excel, and HTML without viewing the report. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing UWP Report Viewer Feature Tour: https://www.boldreports.com/embedded-reporting/uwp-report-viewer?utm_source=nuget&utm_medium=listing UWP Report Writer Feature Tour: https://www.boldreports.com/embedded-reporting/uwp-report-writer?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/uwp-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). © Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
28.2.11 156 3/10/2025
28.2.9 233 3/3/2025
28.2.7 90 2/25/2025
28.2.6 111 2/17/2025
28.2.5 101 2/11/2025
28.2.4 90 2/4/2025
28.2.3 613 1/29/2025
28.1.41 324 1/20/2025
28.1.39 184 1/13/2025
28.1.38 94 1/7/2025
28.1.37 92 12/31/2024
28.1.36 85 12/23/2024
28.1.35 200 12/18/2024
28.1.33 97 12/12/2024
27.2.5 89 12/2/2024
27.2.4 103 11/26/2024
27.2.3 109 11/22/2024
27.2.2 97 11/15/2024
27.1.58 103 11/4/2024
27.1.57 94 10/28/2024
27.1.56 93 10/23/2024
27.1.55 78 10/21/2024
27.1.53 122 10/14/2024
27.1.52 110 10/7/2024
27.1.51 111 9/30/2024
27.1.50 101 9/23/2024
27.1.48 119 9/18/2024
26.2.14 162 9/9/2024
26.2.13 119 9/5/2024
26.2.12 109 9/2/2024
26.2.11 123 8/27/2024
26.2.10 130 8/19/2024
26.2.9 122 8/12/2024
26.2.8 118 8/5/2024
26.2.7 65 7/29/2024
26.2.5 91 7/25/2024
26.2.4 97 7/24/2024
26.1.42 104 7/15/2024
26.1.41 97 7/8/2024
26.1.40 116 7/1/2024
26.1.39 116 6/24/2024
26.1.38 127 6/18/2024
26.1.35 4,018 6/11/2024
25.2.7 107 6/3/2024
25.2.6 122 5/28/2024
25.2.5 116 5/21/2024
25.2.4 125 5/14/2024
25.2.3 124 5/8/2024
25.1.42 124 4/29/2024
25.1.41 138 4/23/2024
25.1.40 135 4/15/2024
25.1.39 123 4/8/2024
25.1.38 128 4/1/2024
25.1.37 112 3/26/2024
25.1.35 138 3/15/2024
24.2.9 148 3/4/2024
24.2.8 150 2/26/2024
24.2.7 135 2/19/2024
24.2.6 144 2/14/2024
24.2.5 149 2/12/2024
24.2.4 137 2/5/2024
24.2.3 130 1/31/2024
24.1.47 128 1/22/2024
24.1.46 139 1/16/2024
24.1.45 161 1/8/2024
24.1.44 141 1/2/2024
24.1.43 154 12/27/2023
24.1.41 177 12/18/2023
23.2.7 188 12/6/2023
23.2.6 153 11/28/2023
23.2.5 153 11/23/2023
23.2.4 181 11/20/2023
23.1.44 167 11/6/2023
23.1.43 152 10/30/2023
23.1.42 169 10/23/2023
23.1.41 176 10/16/2023
23.1.40 1,028 10/10/2023
23.1.39 165 10/4/2023
23.1.38 167 9/26/2023
23.1.36 204 9/15/2023
22.2.12 169 9/5/2023
22.2.11 201 8/28/2023
22.2.10 182 8/22/2023
22.2.9 180 8/14/2023
22.2.8 180 8/7/2023
22.2.7 183 8/2/2023
22.2.5 196 7/27/2023
22.1.39 179 7/18/2023
22.1.38 197 7/11/2023
22.1.37 251 7/3/2023
22.1.36 202 6/28/2023
22.1.34 2,133 6/21/2023
21.2.10 243 6/12/2023
21.2.9 236 6/6/2023
21.2.8 239 5/30/2023
21.2.6 297 5/22/2023
21.2.5 243 5/15/2023
21.2.4 251 5/9/2023
21.2.3 269 5/3/2023
21.1.41 287 4/19/2023
21.1.39 292 4/10/2023
21.1.38 305 4/3/2023
21.1.37 313 3/29/2023
21.1.35 378 3/23/2023
20.4.0.54 358 3/13/2023
20.4.0.53 316 3/7/2023
20.4.0.52 326 2/28/2023
20.4.0.51 327 2/21/2023
20.4.0.50 340 2/14/2023
20.4.0.49 345 2/7/2023
20.4.0.48 413 2/1/2023
20.4.0.44 364 1/18/2023
20.4.0.43 389 1/10/2023
20.4.0.42 434 1/4/2023
20.4.0.41 618 12/29/2022
20.4.0.40 435 12/28/2022
20.4.0.38 415 12/21/2022
20.3.0.61 398 12/12/2022
20.3.0.60 414 12/6/2022
20.3.0.59 419 11/29/2022
20.3.0.58 392 11/22/2022
20.3.0.57 424 11/15/2022
20.3.0.56 439 11/8/2022
20.3.0.52 484 10/27/2022
20.3.0.50 490 10/17/2022
20.3.0.49 529 10/11/2022
20.3.0.48 482 10/5/2022
20.3.0.47 514 9/29/2022
20.2.0.50 529 9/20/2022
20.2.0.49 511 9/13/2022
20.2.0.48 515 9/6/2022
20.2.0.46 538 8/30/2022
20.2.0.45 529 8/23/2022
20.2.0.44 512 8/16/2022
20.2.0.43 1,709 8/8/2022
20.2.0.40 529 7/26/2022
20.2.0.39 544 7/19/2022
20.2.0.38 542 7/12/2022
20.2.0.36 30,281 6/30/2022
20.1.0.61 556 6/20/2022
20.1.0.60 565 6/14/2022
20.1.0.59 832 6/6/2022
20.1.0.58 568 5/30/2022
20.1.0.57 573 5/23/2022
20.1.0.56 565 5/17/2022
20.1.0.55 591 5/12/2022
20.1.0.52 716 5/2/2022
20.1.0.51 601 4/26/2022
20.1.0.50 567 4/19/2022
20.1.0.48 679 4/12/2022
20.1.0.47 613 4/4/2022
19.4.0.56 753 3/14/2022
19.4.0.55 606 3/8/2022
19.4.0.54 590 2/28/2022
19.4.0.53 572 2/22/2022
19.4.0.52 568 2/15/2022
19.4.0.50 579 2/8/2022
19.4.0.48 621 1/31/2022
19.4.0.47 603 1/24/2022
19.4.0.43 590 1/18/2022
19.4.0.42 421 1/10/2022
19.4.0.41 439 1/4/2022
19.4.0.40 443 12/28/2021
19.4.0.38 475 12/17/2021
19.3.0.59 465 12/14/2021
19.3.0.57 456 12/7/2021
19.3.0.56 982 11/29/2021
19.3.0.55 767 11/23/2021
19.3.0.54 437 11/17/2021
19.3.0.53 492 11/12/2021
19.3.0.48 486 11/3/2021
19.3.0.47 665 10/26/2021
19.3.0.46 509 10/19/2021
19.3.0.45 458 10/12/2021
19.3.0.44 551 10/5/2021
19.3.0.43 527 9/30/2021
19.2.0.62 541 9/13/2021
19.2.0.60 536 9/7/2021
19.2.0.59 538 8/30/2021
19.2.0.57 564 8/24/2021
19.2.0.56 526 8/17/2021
19.2.0.55 563 8/11/2021
19.2.0.51 556 8/2/2021
19.2.0.49 543 7/26/2021
19.2.0.48 504 7/19/2021
19.2.0.47 540 7/13/2021
19.2.0.46 776 7/6/2021
19.2.0.44 20,932 6/30/2021
19.1.0.69 555 6/14/2021
19.1.0.67 571 6/7/2021
19.1.0.66 546 5/31/2021
19.1.0.65 526 5/24/2021
19.1.0.64 523 5/19/2021
19.1.0.63 566 5/13/2021
19.1.0.59 541 5/3/2021
19.1.0.58 529 4/26/2021
19.1.0.57 573 4/20/2021
19.1.0.56 565 4/12/2021
19.1.0.55 527 4/6/2021
19.1.0.54 592 3/30/2021
18.4.0.49 602 3/22/2021
18.4.0.48 552 3/16/2021
18.4.0.47 850 3/9/2021
18.4.0.46 571 3/2/2021
18.4.0.44 543 2/23/2021
18.4.0.43 501 2/15/2021
18.4.0.42 567 2/9/2021
18.4.0.41 526 2/2/2021
18.4.0.39 568 1/28/2021
18.4.0.35 638 1/19/2021
18.4.0.34 595 1/12/2021
18.4.0.33 583 1/4/2021
18.4.0.32 563 12/30/2020
18.4.0.31 599 12/22/2020
18.4.0.30 716 12/17/2020
18.3.0.53 638 12/8/2020
18.3.0.52 622 11/30/2020
18.3.0.51 654 11/23/2020
18.3.0.50 592 11/17/2020
18.3.0.48 612 11/10/2020
18.3.0.47 657 11/5/2020
18.3.0.44 653 10/27/2020
18.3.0.42 686 10/20/2020
18.3.0.40 622 10/12/2020
18.3.0.38 657 10/7/2020
18.3.0.35 9,061 10/1/2020
18.2.0.59 634 9/22/2020
18.2.0.58 629 9/15/2020
18.2.0.57 668 9/8/2020
18.2.0.56 667 9/1/2020
18.2.0.55 662 8/25/2020
18.2.0.54 666 8/18/2020
18.2.0.48 708 8/4/2020
18.2.0.47 701 7/28/2020
18.2.0.46 669 7/21/2020
18.2.0.45 685 7/14/2020
18.2.0.44 702 7/6/2020
18.1.0.59 697 6/23/2020
18.1.0.57 710 6/15/2020
18.1.0.56 734 6/9/2020
18.1.0.55 691 6/2/2020
18.1.0.54 707 5/26/2020
18.1.0.53 769 5/19/2020
18.1.0.52 701 5/13/2020
18.1.0.48 719 5/5/2020
18.1.0.46 724 4/28/2020
18.1.0.45 691 4/21/2020
18.1.0.44 707 4/14/2020
18.1.0.43 730 4/7/2020
18.1.0.42 768 4/1/2020
18.1.0.36-beta 449 3/19/2020
17.4.0.55 829 3/10/2020
17.4.0.53 686 3/3/2020
17.4.0.51 718 2/25/2020
17.4.0.50 760 2/18/2020
17.4.0.49 717 2/11/2020
17.4.0.47 731 2/5/2020
17.4.0.46 744 1/30/2020
17.4.0.44 779 1/21/2020
17.4.0.43 753 1/14/2020
17.4.0.41 775 1/7/2020
17.4.0.40 712 12/24/2019
17.4.0.39 778 12/17/2019
17.3.0.34 770 12/10/2019
17.3.0.33 725 12/4/2019
17.3.0.30 748 12/3/2019
17.3.0.29 766 11/26/2019
17.3.0.28 741 11/18/2019
17.3.0.27 754 11/12/2019
17.3.0.26 743 11/5/2019
17.3.0.21 767 10/29/2019
17.3.0.19 747 10/22/2019
17.3.0.17 782 10/15/2019
17.3.0.14 762 10/3/2019
17.3.0.9-beta 480 9/20/2019
17.2.0.51 769 9/10/2019
17.2.0.49 754 9/3/2019
17.2.0.47 766 8/27/2019
17.2.0.46 819 8/22/2019
17.2.0.41 774 8/13/2019
17.2.0.40 784 8/6/2019
17.2.0.39 813 7/30/2019
17.2.0.36 764 7/23/2019
17.2.0.35 800 7/17/2019
17.2.0.34 818 7/11/2019
17.2.0.28-beta 509 6/27/2019
17.1.0.53 785 6/25/2019
17.1.0.52 797 6/18/2019
17.1.0.51 832 6/11/2019
17.1.0.50 804 6/4/2019
17.1.0.49 782 5/28/2019
17.1.0.48 817 5/21/2019
17.1.0.47 853 5/14/2019
17.1.0.44 804 5/7/2019
17.1.0.43 833 4/30/2019
17.1.0.42 903 4/23/2019
17.1.0.41 808 4/16/2019
17.1.0.40 816 4/9/2019
17.1.0.38 831 3/29/2019
17.1.0.32-beta 538 3/13/2019
16.4.0.54 949 2/19/2019
16.4.0.53 906 2/13/2019
16.4.0.52 1,408 2/5/2019
16.4.0.48 922 1/22/2019
16.4.0.47 978 1/16/2019
16.4.0.46 975 1/8/2019
16.4.0.44 957 12/24/2018
16.4.0.42 923 12/17/2018
16.4.0.40-beta 610 12/10/2018
16.3.0.36 997 11/27/2018
16.3.0.35-beta 665 11/23/2018
16.3.0.29 1,045 10/30/2018
16.3.0.21 1,026 9/21/2018
16.3.0.17-beta 684 9/12/2018
16.2.0.50 1,073 8/28/2018
16.2.0.46 1,192 8/8/2018