Spire.Presentation 2.2.22

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

// Install Spire.Presentation as a Cake Tool
#tool nuget:?package=Spire.Presentation&version=2.2.22

Spire.Presentation for .NET is a professional PowerPoint® compatible component that enables developers to create, read, write, and modify PowerPoint® documents from any .NET(C#, VB.NET, ASP.NET) platform. As an independent PowerPoint .NET component, Spire.Presentation for .NET doesn't need Microsoft PowerPoint installed on the machine.

Spire.Presentation for .NET support PPT, PPS, PPTX and PPSX presentation formats. It provides functions such as managing text, image, shapes, tables, animations, audio and video on slides. It also support exporting presentation slides to EMF, JPG, PDF format etc.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.22 163 4/16/2015
2.2.17 147 3/23/2015
2.2.1 421 11/20/2014
2.2.0 220 11/17/2014
2.1.7 92 9/17/2014
2.1.3 67 9/2/2014
2.1.0 112 8/11/2014
2.0.18 70 7/25/2014
2.0.0 101 4/15/2014

Spire.Presentation 2.2.22
Adds new feature to convert the shape objects in slide to image.
Adds new override method to set whether the media object is embeded or not when append media.
Fixes the issue where the title of Secondary Axis was unable to set when create new secondry axis.

Spire.Presentation 2.2.17
Add new feature to enable developers to load .pps format document and save to .ppsx format document.
Add new feature to create, save, extract, and edit SmartArt.
Add new feature to convert the presentation slide to EMF image.
Add new property of chart to enable protecting the data of the chart.

Spire.Presentation 2.2.1
Starts to support  let a new series use the secondary value axis on chart.

Release version of Spire.Presentation 2.2

Spire.Presentation 2.1.7
Spire.Presentation starts to support convert PowerPoint documents into XPS format.
Spire.Presentation starts to support to set percentage number format for the axis value of chart.
Fix the issue that using TickMarkType.TickMarkNone; is not able to remove the tick marks of chart.

Spire.Presentation 2.1.3
Add a new feature to adjust the position of data labels of series.
Fix the error "Object reference not set to an instance of an object." when change the text of series labels.

Spire.Presentation 2.1
Add a new feature to get chart from its group.

Spire.Presentation 2.0.18
Add new feature to set width and height of ChartLegend/PlotArea and the font of ChartTitle in chart.
Fix the issue that extra data is added in pie chart.