Syncfusion.Xamarin.Presentation 26.2.5

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

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

Syncfusion Xamarin PowerPoint library

The Syncfusion Xamarin PowerPoint library (Essential Presentation) is a feature-rich and high-performance .NET PowerPoint library that is used to create, read, edit and convert PowerPoint presentation programmatically.

Xamarin PowerPoint 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 Core PowerPoint library NuGet by simply running the command Install-Package Syncfusion.Xamarin.Presentation 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, 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.Xamarin.Presentation:

Package Downloads
Syncfusion.Xamarin.PresentationRenderer

This package provides the functionality to utilize the features of Syncfusion Xamarin PowerPoint Slide to PDF/Image converter and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Xamarin.Presentation:

Repository Stars
syncfusion/xamarin-demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Version Downloads Last updated
27.2.3 41 11/22/2024
27.2.2 100 11/15/2024
27.1.58 118 11/4/2024
27.1.57 118 10/28/2024
27.1.56 113 10/23/2024
27.1.55 103 10/21/2024
27.1.53 135 10/14/2024
27.1.52 120 10/7/2024
27.1.51 120 9/30/2024
27.1.50 113 9/23/2024
27.1.48 135 9/18/2024
26.2.14 138 9/9/2024
26.2.13 150 9/5/2024
26.2.12 140 9/2/2024
26.2.11 150 8/27/2024
26.2.10 155 8/19/2024
26.2.9 164 8/12/2024
26.2.8 128 8/5/2024
26.2.7 90 7/29/2024
26.2.5 108 7/26/2024
26.2.4 108 7/24/2024
26.1.42 154 7/15/2024
26.1.41 133 7/8/2024
26.1.40 141 7/1/2024
26.1.39 138 6/24/2024
26.1.38 142 6/18/2024
26.1.35 148 6/11/2024
25.2.7 166 6/3/2024
25.2.6 148 5/28/2024
25.2.5 156 5/21/2024
25.2.4 128 5/14/2024
25.2.3 188 5/8/2024
25.1.42 170 4/29/2024
25.1.41 160 4/23/2024
25.1.40 156 4/15/2024
25.1.39 143 4/8/2024
25.1.38 192 4/1/2024
25.1.37 181 3/26/2024
25.1.35 191 3/15/2024
24.2.9 194 3/4/2024
24.2.8 176 2/26/2024
24.2.7 207 2/19/2024
24.2.6 156 2/14/2024
24.2.5 150 2/12/2024
24.2.4 159 2/5/2024
24.2.3 172 1/31/2024
24.1.47 148 1/22/2024
24.1.46 166 1/16/2024
24.1.45 176 1/8/2024
24.1.44 161 1/2/2024
24.1.43 141 12/27/2023
24.1.41 1,021 12/18/2023
23.2.7 237 12/6/2023
23.2.6 193 11/28/2023
23.2.5 179 11/23/2023
23.2.4 187 11/20/2023
23.1.44 208 11/6/2023
23.1.43 186 10/30/2023
23.1.42 196 10/23/2023
23.1.41 196 10/16/2023
23.1.40 212 10/10/2023
23.1.39 217 10/4/2023
23.1.38 567 9/26/2023
23.1.36 234 9/15/2023
22.2.12 237 9/5/2023
22.2.11 252 8/28/2023
22.2.10 221 8/22/2023
22.2.9 238 8/14/2023
22.2.8 227 8/7/2023
22.2.7 218 8/2/2023
22.2.5 290 7/27/2023
22.1.39 280 7/18/2023
22.1.38 224 7/11/2023
22.1.37 271 7/3/2023
22.1.36 250 6/28/2023
22.1.34 231 6/21/2023
21.2.10 288 6/13/2023
21.2.9 254 6/6/2023
21.2.8 300 5/30/2023
21.2.6 293 5/22/2023
21.2.5 321 5/15/2023
21.2.4 318 5/9/2023
21.2.3 342 5/3/2023
21.1.41 359 4/19/2023
21.1.39 416 4/10/2023
21.1.38 412 4/3/2023
21.1.37 404 3/29/2023
21.1.35 555 3/23/2023
20.4.0.54 514 3/13/2023
20.4.0.53 474 3/7/2023
20.4.0.52 494 2/28/2023
20.4.0.51 531 2/21/2023
20.4.0.50 523 2/14/2023
20.4.0.49 2,793 2/7/2023
20.4.0.48 618 2/1/2023
20.4.0.44 619 1/18/2023
20.4.0.43 618 1/10/2023
20.4.0.42 671 1/4/2023
20.4.0.41 599 12/29/2022
20.4.0.40 590 12/28/2022
20.4.0.38 626 12/21/2022
20.3.0.61 622 12/12/2022
20.3.0.60 641 12/6/2022
20.3.0.59 785 11/29/2022
20.3.0.58 678 11/22/2022
20.3.0.57 697 11/15/2022
20.3.0.56 732 11/8/2022
20.3.0.52 777 10/27/2022
20.3.0.50 806 10/18/2022
20.3.0.49 855 10/11/2022
20.3.0.48 779 10/5/2022
20.3.0.47 890 9/29/2022
20.2.0.50 862 9/20/2022
20.2.0.49 890 9/13/2022
20.2.0.48 899 9/6/2022
20.2.0.46 876 8/30/2022
20.2.0.45 882 8/23/2022
20.2.0.44 872 8/16/2022
20.2.0.43 938 8/8/2022
20.2.0.40 909 7/26/2022
20.2.0.39 896 7/19/2022
20.2.0.38 869 7/12/2022
20.2.0.36 953 6/30/2022
20.1.0.61 905 6/20/2022
20.1.0.60 901 6/14/2022
20.1.0.59 902 6/7/2022
20.1.0.58 926 5/31/2022
20.1.0.57 2,513 5/24/2022
20.1.0.56 968 5/17/2022
20.1.0.55 957 5/12/2022
20.1.0.52 945 5/3/2022
20.1.0.51 969 4/26/2022
20.1.0.50 1,240 4/19/2022
20.1.0.48 885 4/12/2022
20.1.0.47 962 4/4/2022
19.4.0.56 1,153 3/15/2022
19.4.0.55 1,035 3/8/2022
19.4.0.54 1,060 2/28/2022
19.4.0.53 1,026 2/22/2022
19.4.0.52 1,060 2/15/2022
19.4.0.50 1,094 2/8/2022
19.4.0.48 3,503 1/31/2022
19.4.0.47 1,012 1/25/2022
19.4.0.43 1,039 1/18/2022
19.4.0.42 887 1/11/2022
19.4.0.41 643 1/4/2022
19.4.0.40 691 12/28/2021
19.4.0.38 742 12/17/2021
19.3.0.59 664 12/14/2021
19.3.0.57 687 12/7/2021
19.3.0.56 1,417 11/29/2021
19.3.0.55 781 11/23/2021
19.3.0.54 698 11/17/2021
19.3.0.53 729 11/12/2021
19.3.0.48 770 11/3/2021
19.3.0.47 749 10/26/2021
19.3.0.46 754 10/19/2021
19.3.0.45 756 10/12/2021
19.3.0.44 767 10/5/2021
19.3.0.43 852 9/30/2021
19.2.0.62 792 9/13/2021
19.2.0.60 737 9/7/2021
19.2.0.59 770 8/30/2021
19.2.0.57 786 8/24/2021
19.2.0.56 793 8/17/2021
19.2.0.55 838 8/11/2021
19.2.0.51 1,466 8/2/2021
19.2.0.49 782 7/26/2021
19.2.0.48 758 7/19/2021
19.2.0.47 801 7/13/2021
19.2.0.46 806 7/6/2021
19.2.0.44 1,482 6/30/2021
19.1.0.69 1,419 6/14/2021
19.1.0.67 832 6/7/2021
19.1.0.66 793 5/31/2021
19.1.0.65 774 5/24/2021
19.1.0.64 968 5/19/2021
19.1.0.63 885 5/13/2021
19.1.0.59 794 5/3/2021
19.1.0.58 826 4/26/2021
19.1.0.57 803 4/20/2021
19.1.0.56 808 4/13/2021
19.1.0.55 839 4/6/2021
19.1.0.54 1,332 3/30/2021
18.4.0.49 817 3/22/2021
18.4.0.48 744 3/16/2021
18.4.0.47 788 3/9/2021
18.4.0.46 780 3/2/2021
18.4.0.44 852 2/23/2021
18.4.0.43 875 2/15/2021
18.4.0.42 829 2/9/2021
18.4.0.41 43,555 2/2/2021
18.4.0.39 987 1/28/2021
18.4.0.35 798 1/19/2021
18.4.0.34 761 1/12/2021
18.4.0.33 851 1/4/2021
18.4.0.32 833 12/30/2020
18.4.0.31 788 12/22/2020
18.4.0.30 1,034 12/17/2020
18.3.0.53 913 12/8/2020
18.3.0.52 4,292 11/30/2020
18.3.0.51 862 11/23/2020
18.3.0.50 865 11/17/2020
18.3.0.48 937 11/10/2020
18.3.0.47 1,216 11/5/2020
18.3.0.44 1,055 10/27/2020
18.3.0.42 921 10/20/2020
18.3.0.40 1,154 10/12/2020
18.3.0.38 985 10/7/2020
18.3.0.35 983 10/1/2020
18.2.0.59 877 9/22/2020
18.2.0.58 910 9/15/2020
18.2.0.57 832 9/8/2020
18.2.0.56 843 9/1/2020
18.2.0.55 893 8/25/2020
18.2.0.54 933 8/18/2020
18.2.0.48 1,080 8/4/2020
18.2.0.47 955 7/28/2020
18.2.0.46 947 7/21/2020
18.2.0.45 913 7/14/2020
18.2.0.44 1,185 7/6/2020
18.1.0.59 967 6/23/2020
18.1.0.57 901 6/16/2020
18.1.0.56 949 6/9/2020
18.1.0.55 907 6/2/2020
18.1.0.54 916 5/27/2020
18.1.0.53 940 5/19/2020
18.1.0.52 1,176 5/13/2020
18.1.0.48 974 5/5/2020
18.1.0.46 960 4/28/2020
18.1.0.45 982 4/21/2020
18.1.0.44 996 4/14/2020
18.1.0.43 1,018 4/7/2020
18.1.0.42 1,199 4/1/2020
18.1.0.36-beta 543 3/19/2020
17.4.0.55 1,406 3/10/2020
17.4.0.53 1,109 3/3/2020
17.4.0.51 2,211 2/25/2020
17.4.0.50 1,018 2/18/2020
17.4.0.49 971 2/11/2020
17.4.0.47 936 2/5/2020
17.4.0.46 926 1/30/2020
17.4.0.44 1,051 1/21/2020
17.4.0.43 966 1/14/2020
17.4.0.41 989 1/7/2020
17.4.0.40 1,018 12/24/2019
17.4.0.39 1,420 12/17/2019
17.3.0.34 988 12/10/2019
17.3.0.33 967 12/4/2019
17.3.0.30 1,009 12/3/2019
17.3.0.29 1,063 11/26/2019
17.3.0.28 997 11/19/2019
17.3.0.27 977 11/12/2019
17.3.0.26 1,014 11/5/2019
17.3.0.21 1,027 10/29/2019
17.3.0.19 1,044 10/22/2019
17.3.0.17 1,039 10/15/2019
17.3.0.14 1,313 10/3/2019
17.3.0.9-beta 608 9/20/2019
17.2.0.51 1,184 9/10/2019
17.2.0.49 1,027 9/3/2019
17.2.0.47 1,053 8/27/2019
17.2.0.46 1,190 8/22/2019
17.2.0.41 1,049 8/13/2019
17.2.0.40 1,132 8/6/2019
17.2.0.39 1,090 7/30/2019
17.2.0.36 1,098 7/23/2019
17.2.0.35 1,036 7/17/2019
17.2.0.34 1,278 7/11/2019
17.2.0.28-beta 603 6/27/2019
17.1.0.53 1,127 6/25/2019
17.1.0.52 1,080 6/18/2019
17.1.0.51 1,050 6/11/2019
17.1.0.50 1,058 6/4/2019
17.1.0.49 1,097 5/28/2019
17.1.0.48 1,108 5/21/2019
17.1.0.47 1,280 5/14/2019
17.1.0.44 1,831 5/7/2019
17.1.0.43 1,068 4/30/2019
17.1.0.42 1,179 4/23/2019
17.1.0.41 1,260 4/16/2019
17.1.0.40 1,116 4/9/2019
17.1.0.38 1,305 3/29/2019
17.1.0.32-beta 868 3/13/2019
16.4.0.54 1,189 2/19/2019
16.4.0.53 975 2/13/2019
16.4.0.52 1,323 2/5/2019
16.4.0.48 1,013 1/22/2019
16.4.0.47 928 1/16/2019
16.4.0.46 1,191 1/8/2019
16.4.0.44 958 12/24/2018
16.4.0.42 1,339 12/17/2018
16.4.0.40-beta 589 12/10/2018
16.3.0.36 945 11/27/2018
16.3.0.35-beta 621 11/23/2018
16.3.0.29 1,220 10/30/2018
16.3.0.21 1,197 9/21/2018
16.3.0.17-beta 673 9/12/2018
16.2.0.50 977 8/28/2018
16.2.0.46 1,036 8/6/2018
16.2.0.42 1,838 6/29/2018
16.2.0.41 1,153 6/25/2018
16.1.0.37 1,403 4/25/2018
16.1.0.32 1,178 3/29/2018
16.1.0.26 1,095 3/7/2018
16.1.0.24 1,144 2/22/2018
15.4.0.20 1,230 12/28/2017
15.4.0.17 1,401 12/11/2017