Syncfusion.Xamarin.Presentation 26.2.10

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.10                
NuGet\Install-Package Syncfusion.Xamarin.Presentation -Version 26.2.10                
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.10" />                
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.10                
#r "nuget: Syncfusion.Xamarin.Presentation, 26.2.10"                
#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.10

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

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.1.57 71 10/28/2024
27.1.56 104 10/23/2024
27.1.55 95 10/21/2024
27.1.53 127 10/14/2024
27.1.52 111 10/7/2024
27.1.51 116 9/30/2024
27.1.50 109 9/23/2024
27.1.48 130 9/18/2024
26.2.14 134 9/9/2024
26.2.13 146 9/5/2024
26.2.12 136 9/2/2024
26.2.11 147 8/27/2024
26.2.10 152 8/19/2024
26.2.9 161 8/12/2024
26.2.8 125 8/5/2024
26.2.7 87 7/29/2024
26.2.5 105 7/26/2024
26.2.4 105 7/24/2024
26.1.42 151 7/15/2024
26.1.41 130 7/8/2024
26.1.40 138 7/1/2024
26.1.39 135 6/24/2024
26.1.38 139 6/18/2024
26.1.35 145 6/11/2024
25.2.7 161 6/3/2024
25.2.6 145 5/28/2024
25.2.5 153 5/21/2024
25.2.4 125 5/14/2024
25.2.3 185 5/8/2024
25.1.42 167 4/29/2024
25.1.41 157 4/23/2024
25.1.40 153 4/15/2024
25.1.39 140 4/8/2024
25.1.38 187 4/1/2024
25.1.37 178 3/26/2024
25.1.35 187 3/15/2024
24.2.9 187 3/4/2024
24.2.8 173 2/26/2024
24.2.7 204 2/19/2024
24.2.6 153 2/14/2024
24.2.5 147 2/12/2024
24.2.4 154 2/5/2024
24.2.3 167 1/31/2024
24.1.47 145 1/22/2024
24.1.46 163 1/16/2024
24.1.45 173 1/8/2024
24.1.44 158 1/2/2024
24.1.43 138 12/27/2023
24.1.41 888 12/18/2023
23.2.7 234 12/6/2023
23.2.6 190 11/28/2023
23.2.5 176 11/23/2023
23.2.4 184 11/20/2023
23.1.44 205 11/6/2023
23.1.43 181 10/30/2023
23.1.42 193 10/23/2023
23.1.41 193 10/16/2023
23.1.40 209 10/10/2023
23.1.39 212 10/4/2023
23.1.38 564 9/26/2023
23.1.36 229 9/15/2023
22.2.12 232 9/5/2023
22.2.11 247 8/28/2023
22.2.10 218 8/22/2023
22.2.9 235 8/14/2023
22.2.8 224 8/7/2023
22.2.7 215 8/2/2023
22.2.5 287 7/27/2023
22.1.39 277 7/18/2023
22.1.38 219 7/11/2023
22.1.37 268 7/3/2023
22.1.36 247 6/28/2023
22.1.34 228 6/21/2023
21.2.10 285 6/13/2023
21.2.9 251 6/6/2023
21.2.8 297 5/30/2023
21.2.6 290 5/22/2023
21.2.5 318 5/15/2023
21.2.4 315 5/9/2023
21.2.3 339 5/3/2023
21.1.41 356 4/19/2023
21.1.39 413 4/10/2023
21.1.38 407 4/3/2023
21.1.37 401 3/29/2023
21.1.35 552 3/23/2023
20.4.0.54 510 3/13/2023
20.4.0.53 471 3/7/2023
20.4.0.52 491 2/28/2023
20.4.0.51 528 2/21/2023
20.4.0.50 520 2/14/2023
20.4.0.49 2,720 2/7/2023
20.4.0.48 615 2/1/2023
20.4.0.44 616 1/18/2023
20.4.0.43 615 1/10/2023
20.4.0.42 668 1/4/2023
20.4.0.41 596 12/29/2022
20.4.0.40 587 12/28/2022
20.4.0.38 623 12/21/2022
20.3.0.61 619 12/12/2022
20.3.0.60 638 12/6/2022
20.3.0.59 782 11/29/2022
20.3.0.58 675 11/22/2022
20.3.0.57 694 11/15/2022
20.3.0.56 729 11/8/2022
20.3.0.52 774 10/27/2022
20.3.0.50 803 10/18/2022
20.3.0.49 852 10/11/2022
20.3.0.48 776 10/5/2022
20.3.0.47 887 9/29/2022
20.2.0.50 859 9/20/2022
20.2.0.49 887 9/13/2022
20.2.0.48 896 9/6/2022
20.2.0.46 873 8/30/2022
20.2.0.45 880 8/23/2022
20.2.0.44 869 8/16/2022
20.2.0.43 935 8/8/2022
20.2.0.40 906 7/26/2022
20.2.0.39 893 7/19/2022
20.2.0.38 866 7/12/2022
20.2.0.36 951 6/30/2022
20.1.0.61 902 6/20/2022
20.1.0.60 898 6/14/2022
20.1.0.59 899 6/7/2022
20.1.0.58 923 5/31/2022
20.1.0.57 2,510 5/24/2022
20.1.0.56 965 5/17/2022
20.1.0.55 954 5/12/2022
20.1.0.52 943 5/3/2022
20.1.0.51 966 4/26/2022
20.1.0.50 1,238 4/19/2022
20.1.0.48 882 4/12/2022
20.1.0.47 959 4/4/2022
19.4.0.56 1,148 3/15/2022
19.4.0.55 1,032 3/8/2022
19.4.0.54 1,057 2/28/2022
19.4.0.53 1,023 2/22/2022
19.4.0.52 1,057 2/15/2022
19.4.0.50 1,091 2/8/2022
19.4.0.48 3,500 1/31/2022
19.4.0.47 1,009 1/25/2022
19.4.0.43 1,036 1/18/2022
19.4.0.42 884 1/11/2022
19.4.0.41 640 1/4/2022
19.4.0.40 688 12/28/2021
19.4.0.38 739 12/17/2021
19.3.0.59 661 12/14/2021
19.3.0.57 684 12/7/2021
19.3.0.56 1,414 11/29/2021
19.3.0.55 778 11/23/2021
19.3.0.54 695 11/17/2021
19.3.0.53 726 11/12/2021
19.3.0.48 767 11/3/2021
19.3.0.47 746 10/26/2021
19.3.0.46 751 10/19/2021
19.3.0.45 753 10/12/2021
19.3.0.44 764 10/5/2021
19.3.0.43 849 9/30/2021
19.2.0.62 789 9/13/2021
19.2.0.60 734 9/7/2021
19.2.0.59 767 8/30/2021
19.2.0.57 783 8/24/2021
19.2.0.56 790 8/17/2021
19.2.0.55 835 8/11/2021
19.2.0.51 1,463 8/2/2021
19.2.0.49 779 7/26/2021
19.2.0.48 755 7/19/2021
19.2.0.47 798 7/13/2021
19.2.0.46 803 7/6/2021
19.2.0.44 1,479 6/30/2021
19.1.0.69 1,416 6/14/2021
19.1.0.67 829 6/7/2021
19.1.0.66 790 5/31/2021
19.1.0.65 771 5/24/2021
19.1.0.64 965 5/19/2021
19.1.0.63 882 5/13/2021
19.1.0.59 791 5/3/2021
19.1.0.58 823 4/26/2021
19.1.0.57 800 4/20/2021
19.1.0.56 805 4/13/2021
19.1.0.55 836 4/6/2021
19.1.0.54 1,328 3/30/2021
18.4.0.49 814 3/22/2021
18.4.0.48 741 3/16/2021
18.4.0.47 785 3/9/2021
18.4.0.46 777 3/2/2021
18.4.0.44 849 2/23/2021
18.4.0.43 872 2/15/2021
18.4.0.42 826 2/9/2021
18.4.0.41 43,552 2/2/2021
18.4.0.39 984 1/28/2021
18.4.0.35 795 1/19/2021
18.4.0.34 758 1/12/2021
18.4.0.33 848 1/4/2021
18.4.0.32 830 12/30/2020
18.4.0.31 785 12/22/2020
18.4.0.30 1,031 12/17/2020
18.3.0.53 910 12/8/2020
18.3.0.52 4,289 11/30/2020
18.3.0.51 859 11/23/2020
18.3.0.50 862 11/17/2020
18.3.0.48 934 11/10/2020
18.3.0.47 1,213 11/5/2020
18.3.0.44 1,052 10/27/2020
18.3.0.42 918 10/20/2020
18.3.0.40 1,151 10/12/2020
18.3.0.38 982 10/7/2020
18.3.0.35 980 10/1/2020
18.2.0.59 874 9/22/2020
18.2.0.58 907 9/15/2020
18.2.0.57 829 9/8/2020
18.2.0.56 840 9/1/2020
18.2.0.55 890 8/25/2020
18.2.0.54 930 8/18/2020
18.2.0.48 1,077 8/4/2020
18.2.0.47 952 7/28/2020
18.2.0.46 944 7/21/2020
18.2.0.45 910 7/14/2020
18.2.0.44 1,182 7/6/2020
18.1.0.59 964 6/23/2020
18.1.0.57 898 6/16/2020
18.1.0.56 946 6/9/2020
18.1.0.55 904 6/2/2020
18.1.0.54 913 5/27/2020
18.1.0.53 937 5/19/2020
18.1.0.52 1,173 5/13/2020
18.1.0.48 971 5/5/2020
18.1.0.46 957 4/28/2020
18.1.0.45 979 4/21/2020
18.1.0.44 993 4/14/2020
18.1.0.43 1,015 4/7/2020
18.1.0.42 1,196 4/1/2020
18.1.0.36-beta 534 3/19/2020
17.4.0.55 1,403 3/10/2020
17.4.0.53 1,106 3/3/2020
17.4.0.51 2,208 2/25/2020
17.4.0.50 1,015 2/18/2020
17.4.0.49 968 2/11/2020
17.4.0.47 933 2/5/2020
17.4.0.46 923 1/30/2020
17.4.0.44 1,048 1/21/2020
17.4.0.43 963 1/14/2020
17.4.0.41 986 1/7/2020
17.4.0.40 1,015 12/24/2019
17.4.0.39 1,417 12/17/2019
17.3.0.34 985 12/10/2019
17.3.0.33 964 12/4/2019
17.3.0.30 1,006 12/3/2019
17.3.0.29 1,060 11/26/2019
17.3.0.28 994 11/19/2019
17.3.0.27 974 11/12/2019
17.3.0.26 1,011 11/5/2019
17.3.0.21 1,024 10/29/2019
17.3.0.19 1,041 10/22/2019
17.3.0.17 1,037 10/15/2019
17.3.0.14 1,310 10/3/2019
17.3.0.9-beta 605 9/20/2019
17.2.0.51 1,182 9/10/2019
17.2.0.49 1,024 9/3/2019
17.2.0.47 1,050 8/27/2019
17.2.0.46 1,187 8/22/2019
17.2.0.41 1,045 8/13/2019
17.2.0.40 1,128 8/6/2019
17.2.0.39 1,088 7/30/2019
17.2.0.36 1,095 7/23/2019
17.2.0.35 1,032 7/17/2019
17.2.0.34 1,275 7/11/2019
17.2.0.28-beta 601 6/27/2019
17.1.0.53 1,124 6/25/2019
17.1.0.52 1,077 6/18/2019
17.1.0.51 1,047 6/11/2019
17.1.0.50 1,052 6/4/2019
17.1.0.49 1,091 5/28/2019
17.1.0.48 1,104 5/21/2019
17.1.0.47 1,277 5/14/2019
17.1.0.44 1,828 5/7/2019
17.1.0.43 1,065 4/30/2019
17.1.0.42 1,176 4/23/2019
17.1.0.41 1,257 4/16/2019
17.1.0.40 1,111 4/9/2019
17.1.0.38 1,302 3/29/2019
17.1.0.32-beta 865 3/13/2019
16.4.0.54 1,186 2/19/2019
16.4.0.53 972 2/13/2019
16.4.0.52 1,320 2/5/2019
16.4.0.48 1,010 1/22/2019
16.4.0.47 925 1/16/2019
16.4.0.46 1,188 1/8/2019
16.4.0.44 955 12/24/2018
16.4.0.42 1,336 12/17/2018
16.4.0.40-beta 586 12/10/2018
16.3.0.36 940 11/27/2018
16.3.0.35-beta 616 11/23/2018
16.3.0.29 1,217 10/30/2018
16.3.0.21 1,193 9/21/2018
16.3.0.17-beta 667 9/12/2018
16.2.0.50 973 8/28/2018
16.2.0.46 1,033 8/6/2018
16.2.0.42 1,835 6/29/2018
16.2.0.41 1,150 6/25/2018
16.1.0.37 1,398 4/25/2018
16.1.0.32 1,174 3/29/2018
16.1.0.26 1,090 3/7/2018
16.1.0.24 1,140 2/22/2018
15.4.0.20 1,224 12/28/2017
15.4.0.17 1,398 12/11/2017