Syncfusion.Xamarin.Presentation 20.4.0.42

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 20.4.0.42                
NuGet\Install-Package Syncfusion.Xamarin.Presentation -Version 20.4.0.42                
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="20.4.0.42" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Xamarin.Presentation --version 20.4.0.42                
#r "nuget: Syncfusion.Xamarin.Presentation, 20.4.0.42"                
#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=20.4.0.42

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

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 (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 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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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.1.58 81 11/4/2024
27.1.57 111 10/28/2024
27.1.56 107 10/23/2024
27.1.55 99 10/21/2024
27.1.53 129 10/14/2024
27.1.52 114 10/7/2024
27.1.51 118 9/30/2024
27.1.50 111 9/23/2024
27.1.48 132 9/18/2024
26.2.14 136 9/9/2024
26.2.13 148 9/5/2024
26.2.12 138 9/2/2024
26.2.11 148 8/27/2024
26.2.10 153 8/19/2024
26.2.9 162 8/12/2024
26.2.8 126 8/5/2024
26.2.7 88 7/29/2024
26.2.5 106 7/26/2024
26.2.4 106 7/24/2024
26.1.42 152 7/15/2024
26.1.41 131 7/8/2024
26.1.40 139 7/1/2024
26.1.39 136 6/24/2024
26.1.38 140 6/18/2024
26.1.35 146 6/11/2024
25.2.7 162 6/3/2024
25.2.6 146 5/28/2024
25.2.5 154 5/21/2024
25.2.4 126 5/14/2024
25.2.3 186 5/8/2024
25.1.42 168 4/29/2024
25.1.41 158 4/23/2024
25.1.40 154 4/15/2024
25.1.39 141 4/8/2024
25.1.38 188 4/1/2024
25.1.37 179 3/26/2024
25.1.35 188 3/15/2024
24.2.9 190 3/4/2024
24.2.8 174 2/26/2024
24.2.7 205 2/19/2024
24.2.6 154 2/14/2024
24.2.5 148 2/12/2024
24.2.4 155 2/5/2024
24.2.3 168 1/31/2024
24.1.47 146 1/22/2024
24.1.46 164 1/16/2024
24.1.45 174 1/8/2024
24.1.44 159 1/2/2024
24.1.43 139 12/27/2023
24.1.41 929 12/18/2023
23.2.7 235 12/6/2023
23.2.6 191 11/28/2023
23.2.5 177 11/23/2023
23.2.4 185 11/20/2023
23.1.44 206 11/6/2023
23.1.43 182 10/30/2023
23.1.42 194 10/23/2023
23.1.41 194 10/16/2023
23.1.40 210 10/10/2023
23.1.39 213 10/4/2023
23.1.38 565 9/26/2023
23.1.36 230 9/15/2023
22.2.12 235 9/5/2023
22.2.11 248 8/28/2023
22.2.10 219 8/22/2023
22.2.9 236 8/14/2023
22.2.8 225 8/7/2023
22.2.7 216 8/2/2023
22.2.5 288 7/27/2023
22.1.39 278 7/18/2023
22.1.38 222 7/11/2023
22.1.37 269 7/3/2023
22.1.36 248 6/28/2023
22.1.34 229 6/21/2023
21.2.10 286 6/13/2023
21.2.9 252 6/6/2023
21.2.8 298 5/30/2023
21.2.6 291 5/22/2023
21.2.5 319 5/15/2023
21.2.4 316 5/9/2023
21.2.3 340 5/3/2023
21.1.41 357 4/19/2023
21.1.39 414 4/10/2023
21.1.38 408 4/3/2023
21.1.37 402 3/29/2023
21.1.35 553 3/23/2023
20.4.0.54 512 3/13/2023
20.4.0.53 472 3/7/2023
20.4.0.52 492 2/28/2023
20.4.0.51 529 2/21/2023
20.4.0.50 521 2/14/2023
20.4.0.49 2,721 2/7/2023
20.4.0.48 616 2/1/2023
20.4.0.44 617 1/18/2023
20.4.0.43 616 1/10/2023
20.4.0.42 669 1/4/2023
20.4.0.41 597 12/29/2022
20.4.0.40 588 12/28/2022
20.4.0.38 624 12/21/2022
20.3.0.61 620 12/12/2022
20.3.0.60 639 12/6/2022
20.3.0.59 783 11/29/2022
20.3.0.58 676 11/22/2022
20.3.0.57 695 11/15/2022
20.3.0.56 730 11/8/2022
20.3.0.52 775 10/27/2022
20.3.0.50 804 10/18/2022
20.3.0.49 853 10/11/2022
20.3.0.48 777 10/5/2022
20.3.0.47 888 9/29/2022
20.2.0.50 860 9/20/2022
20.2.0.49 888 9/13/2022
20.2.0.48 897 9/6/2022
20.2.0.46 874 8/30/2022
20.2.0.45 881 8/23/2022
20.2.0.44 870 8/16/2022
20.2.0.43 936 8/8/2022
20.2.0.40 907 7/26/2022
20.2.0.39 894 7/19/2022
20.2.0.38 867 7/12/2022
20.2.0.36 952 6/30/2022
20.1.0.61 903 6/20/2022
20.1.0.60 899 6/14/2022
20.1.0.59 900 6/7/2022
20.1.0.58 924 5/31/2022
20.1.0.57 2,511 5/24/2022
20.1.0.56 966 5/17/2022
20.1.0.55 955 5/12/2022
20.1.0.52 944 5/3/2022
20.1.0.51 967 4/26/2022
20.1.0.50 1,239 4/19/2022
20.1.0.48 883 4/12/2022
20.1.0.47 960 4/4/2022
19.4.0.56 1,149 3/15/2022
19.4.0.55 1,033 3/8/2022
19.4.0.54 1,058 2/28/2022
19.4.0.53 1,024 2/22/2022
19.4.0.52 1,058 2/15/2022
19.4.0.50 1,092 2/8/2022
19.4.0.48 3,501 1/31/2022
19.4.0.47 1,010 1/25/2022
19.4.0.43 1,037 1/18/2022
19.4.0.42 885 1/11/2022
19.4.0.41 641 1/4/2022
19.4.0.40 689 12/28/2021
19.4.0.38 740 12/17/2021
19.3.0.59 662 12/14/2021
19.3.0.57 685 12/7/2021
19.3.0.56 1,415 11/29/2021
19.3.0.55 779 11/23/2021
19.3.0.54 696 11/17/2021
19.3.0.53 727 11/12/2021
19.3.0.48 768 11/3/2021
19.3.0.47 747 10/26/2021
19.3.0.46 752 10/19/2021
19.3.0.45 754 10/12/2021
19.3.0.44 765 10/5/2021
19.3.0.43 850 9/30/2021
19.2.0.62 790 9/13/2021
19.2.0.60 735 9/7/2021
19.2.0.59 768 8/30/2021
19.2.0.57 784 8/24/2021
19.2.0.56 791 8/17/2021
19.2.0.55 836 8/11/2021
19.2.0.51 1,464 8/2/2021
19.2.0.49 780 7/26/2021
19.2.0.48 756 7/19/2021
19.2.0.47 799 7/13/2021
19.2.0.46 804 7/6/2021
19.2.0.44 1,480 6/30/2021
19.1.0.69 1,417 6/14/2021
19.1.0.67 830 6/7/2021
19.1.0.66 791 5/31/2021
19.1.0.65 772 5/24/2021
19.1.0.64 966 5/19/2021
19.1.0.63 883 5/13/2021
19.1.0.59 792 5/3/2021
19.1.0.58 824 4/26/2021
19.1.0.57 801 4/20/2021
19.1.0.56 806 4/13/2021
19.1.0.55 837 4/6/2021
19.1.0.54 1,329 3/30/2021
18.4.0.49 815 3/22/2021
18.4.0.48 742 3/16/2021
18.4.0.47 786 3/9/2021
18.4.0.46 778 3/2/2021
18.4.0.44 850 2/23/2021
18.4.0.43 873 2/15/2021
18.4.0.42 827 2/9/2021
18.4.0.41 43,553 2/2/2021
18.4.0.39 985 1/28/2021
18.4.0.35 796 1/19/2021
18.4.0.34 759 1/12/2021
18.4.0.33 849 1/4/2021
18.4.0.32 831 12/30/2020
18.4.0.31 786 12/22/2020
18.4.0.30 1,032 12/17/2020
18.3.0.53 911 12/8/2020
18.3.0.52 4,290 11/30/2020
18.3.0.51 860 11/23/2020
18.3.0.50 863 11/17/2020
18.3.0.48 935 11/10/2020
18.3.0.47 1,214 11/5/2020
18.3.0.44 1,053 10/27/2020
18.3.0.42 919 10/20/2020
18.3.0.40 1,152 10/12/2020
18.3.0.38 983 10/7/2020
18.3.0.35 981 10/1/2020
18.2.0.59 875 9/22/2020
18.2.0.58 908 9/15/2020
18.2.0.57 830 9/8/2020
18.2.0.56 841 9/1/2020
18.2.0.55 891 8/25/2020
18.2.0.54 931 8/18/2020
18.2.0.48 1,078 8/4/2020
18.2.0.47 953 7/28/2020
18.2.0.46 945 7/21/2020
18.2.0.45 911 7/14/2020
18.2.0.44 1,183 7/6/2020
18.1.0.59 965 6/23/2020
18.1.0.57 899 6/16/2020
18.1.0.56 947 6/9/2020
18.1.0.55 905 6/2/2020
18.1.0.54 914 5/27/2020
18.1.0.53 938 5/19/2020
18.1.0.52 1,174 5/13/2020
18.1.0.48 972 5/5/2020
18.1.0.46 958 4/28/2020
18.1.0.45 980 4/21/2020
18.1.0.44 994 4/14/2020
18.1.0.43 1,016 4/7/2020
18.1.0.42 1,197 4/1/2020
18.1.0.36-beta 541 3/19/2020
17.4.0.55 1,404 3/10/2020
17.4.0.53 1,107 3/3/2020
17.4.0.51 2,209 2/25/2020
17.4.0.50 1,016 2/18/2020
17.4.0.49 969 2/11/2020
17.4.0.47 934 2/5/2020
17.4.0.46 924 1/30/2020
17.4.0.44 1,049 1/21/2020
17.4.0.43 964 1/14/2020
17.4.0.41 987 1/7/2020
17.4.0.40 1,016 12/24/2019
17.4.0.39 1,418 12/17/2019
17.3.0.34 986 12/10/2019
17.3.0.33 965 12/4/2019
17.3.0.30 1,007 12/3/2019
17.3.0.29 1,061 11/26/2019
17.3.0.28 995 11/19/2019
17.3.0.27 975 11/12/2019
17.3.0.26 1,012 11/5/2019
17.3.0.21 1,025 10/29/2019
17.3.0.19 1,042 10/22/2019
17.3.0.17 1,038 10/15/2019
17.3.0.14 1,311 10/3/2019
17.3.0.9-beta 606 9/20/2019
17.2.0.51 1,183 9/10/2019
17.2.0.49 1,025 9/3/2019
17.2.0.47 1,051 8/27/2019
17.2.0.46 1,188 8/22/2019
17.2.0.41 1,046 8/13/2019
17.2.0.40 1,129 8/6/2019
17.2.0.39 1,089 7/30/2019
17.2.0.36 1,096 7/23/2019
17.2.0.35 1,033 7/17/2019
17.2.0.34 1,276 7/11/2019
17.2.0.28-beta 602 6/27/2019
17.1.0.53 1,125 6/25/2019
17.1.0.52 1,078 6/18/2019
17.1.0.51 1,048 6/11/2019
17.1.0.50 1,055 6/4/2019
17.1.0.49 1,092 5/28/2019
17.1.0.48 1,105 5/21/2019
17.1.0.47 1,278 5/14/2019
17.1.0.44 1,829 5/7/2019
17.1.0.43 1,066 4/30/2019
17.1.0.42 1,177 4/23/2019
17.1.0.41 1,258 4/16/2019
17.1.0.40 1,112 4/9/2019
17.1.0.38 1,303 3/29/2019
17.1.0.32-beta 866 3/13/2019
16.4.0.54 1,187 2/19/2019
16.4.0.53 973 2/13/2019
16.4.0.52 1,321 2/5/2019
16.4.0.48 1,011 1/22/2019
16.4.0.47 926 1/16/2019
16.4.0.46 1,189 1/8/2019
16.4.0.44 956 12/24/2018
16.4.0.42 1,337 12/17/2018
16.4.0.40-beta 587 12/10/2018
16.3.0.36 941 11/27/2018
16.3.0.35-beta 619 11/23/2018
16.3.0.29 1,218 10/30/2018
16.3.0.21 1,194 9/21/2018
16.3.0.17-beta 668 9/12/2018
16.2.0.50 974 8/28/2018
16.2.0.46 1,034 8/6/2018
16.2.0.42 1,836 6/29/2018
16.2.0.41 1,151 6/25/2018
16.1.0.37 1,400 4/25/2018
16.1.0.32 1,176 3/29/2018
16.1.0.26 1,091 3/7/2018
16.1.0.24 1,142 2/22/2018
15.4.0.20 1,225 12/28/2017
15.4.0.17 1,399 12/11/2017