Syncfusion.Presentation.UWP 28.1.39

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Presentation.UWP --version 28.1.39                
NuGet\Install-Package Syncfusion.Presentation.UWP -Version 28.1.39                
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.1.39" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Presentation.UWP --version 28.1.39                
#r "nuget: Syncfusion.Presentation.UWP, 28.1.39"                
#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.1.39

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

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.4 21 2/4/2025
28.2.3 39 1/29/2025
28.1.41 84 1/20/2025
28.1.39 162 1/13/2025
28.1.38 78 1/7/2025
28.1.37 83 12/31/2024
28.1.36 78 12/23/2024
28.1.35 191 12/18/2024
28.1.33 93 12/12/2024
27.2.5 87 12/2/2024
27.2.4 101 11/26/2024
27.2.3 107 11/22/2024
27.2.2 96 11/15/2024
27.1.58 102 11/4/2024
27.1.57 93 10/28/2024
27.1.56 92 10/23/2024
27.1.55 77 10/21/2024
27.1.53 121 10/14/2024
27.1.52 109 10/7/2024
27.1.51 104 9/30/2024
27.1.50 100 9/23/2024
27.1.48 118 9/18/2024
26.2.14 161 9/9/2024
26.2.13 118 9/5/2024
26.2.12 108 9/2/2024
26.2.11 122 8/27/2024
26.2.10 129 8/19/2024
26.2.9 121 8/12/2024
26.2.8 116 8/5/2024
26.2.7 64 7/29/2024
26.2.5 90 7/25/2024
26.2.4 96 7/24/2024
26.1.42 103 7/15/2024
26.1.41 94 7/8/2024
26.1.40 115 7/1/2024
26.1.39 116 6/24/2024
26.1.38 126 6/18/2024
26.1.35 3,356 6/11/2024
25.2.7 106 6/3/2024
25.2.6 121 5/28/2024
25.2.5 115 5/21/2024
25.2.4 124 5/14/2024
25.2.3 123 5/8/2024
25.1.42 123 4/29/2024
25.1.41 136 4/23/2024
25.1.40 134 4/15/2024
25.1.39 122 4/8/2024
25.1.38 127 4/1/2024
25.1.37 111 3/26/2024
25.1.35 137 3/15/2024
24.2.9 147 3/4/2024
24.2.8 149 2/26/2024
24.2.7 130 2/19/2024
24.2.6 136 2/14/2024
24.2.5 149 2/12/2024
24.2.4 136 2/5/2024
24.2.3 129 1/31/2024
24.1.47 127 1/22/2024
24.1.46 138 1/16/2024
24.1.45 160 1/8/2024
24.1.44 138 1/2/2024
24.1.43 153 12/27/2023
24.1.41 176 12/18/2023
23.2.7 187 12/6/2023
23.2.6 152 11/28/2023
23.2.5 152 11/23/2023
23.2.4 180 11/20/2023
23.1.44 166 11/6/2023
23.1.43 151 10/30/2023
23.1.42 162 10/23/2023
23.1.41 175 10/16/2023
23.1.40 1,017 10/10/2023
23.1.39 164 10/4/2023
23.1.38 166 9/26/2023
23.1.36 201 9/15/2023
22.2.12 168 9/5/2023
22.2.11 200 8/28/2023
22.2.10 181 8/22/2023
22.2.9 179 8/14/2023
22.2.8 179 8/7/2023
22.2.7 182 8/2/2023
22.2.5 195 7/27/2023
22.1.39 178 7/18/2023
22.1.38 196 7/11/2023
22.1.37 250 7/3/2023
22.1.36 201 6/28/2023
22.1.34 2,106 6/21/2023
21.2.10 240 6/12/2023
21.2.9 232 6/6/2023
21.2.8 235 5/30/2023
21.2.6 293 5/22/2023
21.2.5 237 5/15/2023
21.2.4 244 5/9/2023
21.2.3 264 5/3/2023
21.1.41 282 4/19/2023
21.1.39 287 4/10/2023
21.1.38 300 4/3/2023
21.1.37 308 3/29/2023
21.1.35 373 3/23/2023
20.4.0.54 351 3/13/2023
20.4.0.53 310 3/7/2023
20.4.0.52 320 2/28/2023
20.4.0.51 321 2/21/2023
20.4.0.50 334 2/14/2023
20.4.0.49 339 2/7/2023
20.4.0.48 407 2/1/2023
20.4.0.44 358 1/18/2023
20.4.0.43 382 1/10/2023
20.4.0.42 427 1/4/2023
20.4.0.41 611 12/29/2022
20.4.0.40 428 12/28/2022
20.4.0.38 408 12/21/2022
20.3.0.61 388 12/12/2022
20.3.0.60 406 12/6/2022
20.3.0.59 411 11/29/2022
20.3.0.58 384 11/22/2022
20.3.0.57 416 11/15/2022
20.3.0.56 431 11/8/2022
20.3.0.52 476 10/27/2022
20.3.0.50 482 10/17/2022
20.3.0.49 521 10/11/2022
20.3.0.48 474 10/5/2022
20.3.0.47 505 9/29/2022
20.2.0.50 520 9/20/2022
20.2.0.49 502 9/13/2022
20.2.0.48 506 9/6/2022
20.2.0.46 529 8/30/2022
20.2.0.45 520 8/23/2022
20.2.0.44 503 8/16/2022
20.2.0.43 1,700 8/8/2022
20.2.0.40 520 7/26/2022
20.2.0.39 535 7/19/2022
20.2.0.38 533 7/12/2022
20.2.0.36 30,156 6/30/2022
20.1.0.61 547 6/20/2022
20.1.0.60 550 6/14/2022
20.1.0.59 823 6/6/2022
20.1.0.58 558 5/30/2022
20.1.0.57 563 5/23/2022
20.1.0.56 555 5/17/2022
20.1.0.55 575 5/12/2022
20.1.0.52 707 5/2/2022
20.1.0.51 589 4/26/2022
20.1.0.50 556 4/19/2022
20.1.0.48 668 4/12/2022
20.1.0.47 601 4/4/2022
19.4.0.56 742 3/14/2022
19.4.0.55 595 3/8/2022
19.4.0.54 578 2/28/2022
19.4.0.53 560 2/22/2022
19.4.0.52 555 2/15/2022
19.4.0.50 566 2/8/2022
19.4.0.48 608 1/31/2022
19.4.0.47 591 1/24/2022
19.4.0.43 578 1/18/2022
19.4.0.42 409 1/10/2022
19.4.0.41 427 1/4/2022
19.4.0.40 431 12/28/2021
19.4.0.38 463 12/17/2021
19.3.0.59 453 12/14/2021
19.3.0.57 443 12/7/2021
19.3.0.56 969 11/29/2021
19.3.0.55 754 11/23/2021
19.3.0.54 425 11/17/2021
19.3.0.53 479 11/12/2021
19.3.0.48 474 11/3/2021
19.3.0.47 652 10/26/2021
19.3.0.46 497 10/19/2021
19.3.0.45 446 10/12/2021
19.3.0.44 537 10/5/2021
19.3.0.43 515 9/30/2021
19.2.0.62 528 9/13/2021
19.2.0.60 523 9/7/2021
19.2.0.59 525 8/30/2021
19.2.0.57 551 8/24/2021
19.2.0.56 513 8/17/2021
19.2.0.55 551 8/11/2021
19.2.0.51 545 8/2/2021
19.2.0.49 531 7/26/2021
19.2.0.48 493 7/19/2021
19.2.0.47 528 7/13/2021
19.2.0.46 761 7/6/2021
19.2.0.44 20,913 6/30/2021
19.1.0.69 543 6/14/2021
19.1.0.67 557 6/7/2021
19.1.0.66 534 5/31/2021
19.1.0.65 515 5/24/2021
19.1.0.64 510 5/19/2021
19.1.0.63 555 5/13/2021
19.1.0.59 529 5/3/2021
19.1.0.58 516 4/26/2021
19.1.0.57 560 4/20/2021
19.1.0.56 552 4/12/2021
19.1.0.55 514 4/6/2021
19.1.0.54 578 3/30/2021
18.4.0.49 588 3/22/2021
18.4.0.48 539 3/16/2021
18.4.0.47 837 3/9/2021
18.4.0.46 557 3/2/2021
18.4.0.44 529 2/23/2021
18.4.0.43 487 2/15/2021
18.4.0.42 552 2/9/2021
18.4.0.41 512 2/2/2021
18.4.0.39 554 1/28/2021
18.4.0.35 623 1/19/2021
18.4.0.34 581 1/12/2021
18.4.0.33 568 1/4/2021
18.4.0.32 545 12/30/2020
18.4.0.31 584 12/22/2020
18.4.0.30 702 12/17/2020
18.3.0.53 624 12/8/2020
18.3.0.52 606 11/30/2020
18.3.0.51 640 11/23/2020
18.3.0.50 578 11/17/2020
18.3.0.48 598 11/10/2020
18.3.0.47 642 11/5/2020
18.3.0.44 638 10/27/2020
18.3.0.42 668 10/20/2020
18.3.0.40 608 10/12/2020
18.3.0.38 642 10/7/2020
18.3.0.35 9,039 10/1/2020
18.2.0.59 620 9/22/2020
18.2.0.58 615 9/15/2020
18.2.0.57 653 9/8/2020
18.2.0.56 652 9/1/2020
18.2.0.55 648 8/25/2020
18.2.0.54 652 8/18/2020
18.2.0.48 693 8/4/2020
18.2.0.47 686 7/28/2020
18.2.0.46 653 7/21/2020
18.2.0.45 670 7/14/2020
18.2.0.44 688 7/6/2020
18.1.0.59 683 6/23/2020
18.1.0.57 696 6/15/2020
18.1.0.56 720 6/9/2020
18.1.0.55 675 6/2/2020
18.1.0.54 690 5/26/2020
18.1.0.53 754 5/19/2020
18.1.0.52 685 5/13/2020
18.1.0.48 702 5/5/2020
18.1.0.46 708 4/28/2020
18.1.0.45 674 4/21/2020
18.1.0.44 691 4/14/2020
18.1.0.43 713 4/7/2020
18.1.0.42 752 4/1/2020
18.1.0.36-beta 433 3/19/2020
17.4.0.55 771 3/10/2020
17.4.0.53 670 3/3/2020
17.4.0.51 700 2/25/2020
17.4.0.50 744 2/18/2020
17.4.0.49 701 2/11/2020
17.4.0.47 714 2/5/2020
17.4.0.46 727 1/30/2020
17.4.0.44 762 1/21/2020
17.4.0.43 737 1/14/2020
17.4.0.41 759 1/7/2020
17.4.0.40 694 12/24/2019
17.4.0.39 762 12/17/2019
17.3.0.34 753 12/10/2019
17.3.0.33 708 12/4/2019
17.3.0.30 732 12/3/2019
17.3.0.29 750 11/26/2019
17.3.0.28 725 11/18/2019
17.3.0.27 737 11/12/2019
17.3.0.26 726 11/5/2019
17.3.0.21 748 10/29/2019
17.3.0.19 730 10/22/2019
17.3.0.17 764 10/15/2019
17.3.0.14 745 10/3/2019
17.3.0.9-beta 462 9/20/2019
17.2.0.51 751 9/10/2019
17.2.0.49 737 9/3/2019
17.2.0.47 749 8/27/2019
17.2.0.46 802 8/22/2019
17.2.0.41 755 8/13/2019
17.2.0.40 767 8/6/2019
17.2.0.39 794 7/30/2019
17.2.0.36 745 7/23/2019
17.2.0.35 781 7/17/2019
17.2.0.34 799 7/11/2019
17.2.0.28-beta 492 6/27/2019
17.1.0.53 768 6/25/2019
17.1.0.52 778 6/18/2019
17.1.0.51 813 6/11/2019
17.1.0.50 785 6/4/2019
17.1.0.49 762 5/28/2019
17.1.0.48 799 5/21/2019
17.1.0.47 833 5/14/2019
17.1.0.44 785 5/7/2019
17.1.0.43 813 4/30/2019
17.1.0.42 883 4/23/2019
17.1.0.41 787 4/16/2019
17.1.0.40 796 4/9/2019
17.1.0.38 813 3/29/2019
17.1.0.32-beta 519 3/13/2019
16.4.0.54 928 2/19/2019
16.4.0.53 887 2/13/2019
16.4.0.52 1,387 2/5/2019
16.4.0.48 903 1/22/2019
16.4.0.47 957 1/16/2019
16.4.0.46 956 1/8/2019
16.4.0.44 936 12/24/2018
16.4.0.42 901 12/17/2018
16.4.0.40-beta 589 12/10/2018
16.3.0.36 976 11/27/2018
16.3.0.35-beta 643 11/23/2018
16.3.0.29 1,015 10/30/2018
16.3.0.21 995 9/21/2018
16.3.0.17-beta 655 9/12/2018
16.2.0.50 1,042 8/28/2018
16.2.0.46 1,146 8/8/2018