C#: Online Guide
How To: powerpoint SDK
Basic SDK Concept
  |  
Home ›› XDoc.PowerPoint ›› C# PowerPoint: Basic SDK Concept

How to C#: Basic SDK Concept of XDoc.PowerPoint


Introductions to Classes and APIs Included in XDoc.PowerPoint for C# Programming




C#.NET PowerPoint Document SDK, RasterEdge XDoc.PowerPoint is a mature and reliable third-party document imaging toolkit, designed particularly for manipulating and managing single-page and multi-page PowerPoint document. create pdf thumbnail image c#, tiffbitmapencoder example c#, c# itextsharp read pdf image, itextsharp insert image in pdf vb.net, edit pdf c#, c# encode tiff. This PowerPoint Document SDK provides Visual C#.NET developers with various classes to convert, process, edit, and annotate PowerPoint document from local file or byte stream in C#.NET class applications.


Related .net document control helps:
asp.net image viewer jquery: ASP.NET Image Viewer Control(MVC & WebForms): view, annotate, redact, convert image files in html, JQuery
asp.net sharepoint document viewer free: ASP.NET SharePoint Document Viewer: view, annotate, redact documents in SharePoint
asp.net office document viewer: ASP.NET Office Word Document Viewer: view Word doc files online using C# in ASP.NET MVC web applications
powerpoint viewer asp.net mvc: ASP.NET PowerPoint Document Viewer Control (MVC & WebForms): view ppt, pptx files online in C# using ASP.NET
asp.net display tiff images: ASP.NET Tiff Viewer: view, annotate multipage Tiff images in ASP.NET MVC, WebForms using C# Control
asp.net pdf editor component: EdgePDF: ASP.NET PDF Editor Web Control: Online view, annotate, redact, edit, process, convert PDF documents
asp.net edit pdf page control: ASP.NET PDF Pages Edit Control: add, remove, sort, replace PDF pages online using C#


This guide page provides C# users with detailed explanations for basic SDK concepts of XDoc.PowerPoint, which include main functionality, corresponding programming classes and usage. c# draw rectangle on existing pdf, c# pdf metadata, c# convert bmp to pdf, c# pdf split merge, itextsharp jpg to pdf vb.net, generate report in pdf using c#, vb net pdf read image. Please see details as below.


Functionality and Classes


Classes Usage




How to C#: XDoc.PowerPoint Functionality & Classes



The main functionality of XDoc.PowerPoint for .NET can be divided into nine aspects. how to edit pdf file in asp.net c#, pdf viewer in asp.net using c#, asp.net preview pdf, asp.net mvc open excel file, asp.net remove image from pdf file, mvc display pdf in partial view, imagedraw asp.net multipage tiff viewer. Please see detailed introductions and respective C#.NET programming classes.


PowerPoint Convert


C# programmers can convert PowerPoint to Jpeg, Bmp, Png, Gif, Tiff, Raster Image files and PDF document. Conversely, conversion from PDF to PowerPoint (.PPTX) is also supported.


  Class: PPTXDocument, PPTDocument


  Convert To Image API: ConvertToImage()


  Convert To Document API: ConvertToDocument()


  File & Page Process


Programmers can also perform various PowerPoint file and page editing in C# project. For example, you may easily create, load, combine, and split PowerPoint file(s), and add, create, insert, delete, re-order, copy, paste and save PowerPoint page(s), etc.


  Class: PPTXDocument


  Class: PPTXPage


Text Search


Following classes will be used in your program. And PowerPoint file text processing like text writing, extracting, searching, etc., are easy to be implemented.


  Class: PPTXDocument


Hyperlink


XDoc.PowerPoint for .NET allows C# developers to edit hyperlink of PowerPoint document, including editing PowerPoint url links and quick navigation link in bookmark/outline.


  Class: HyperlinkEntry


  Annotate Document


Various type annotations can be integrated into your C# project, such as annotation creating, deleting, modifying, importing, exporting, and so on.


  Class: PPTXDocument


  Class: PPTXPage


Thumbnail


You can generate thumbnail image(s) from PowerPoint file for quick viewing and further manipulating.


  Class: PPTXDocument, PPTDocument




How to C#: XDoc.PowerPoint Classes Usage



RasterEdge XDoc.PowerPoint for .NET provides users with various robust C#.NET classes for high performance PowerPoint Document manipulations. We will explain all of them in this part.


PPTXDocument


The PPTXDocument class presents a PowerPoint file and provides the properties, methods and events necessary to load a PowerPoint document from file or query data and save the PowerPoint document.


PPTXPage


The PPTXPage class presents a single page in a PPTXdocument object and provides the properties and methods to process the data of a page.


PPTXContext


The PPTXContext class encapsulates a list of drawing methods to build a new PowerPoint file.


HyperlinkEntry


This class describes a hyperlink entry in the document.


OutLines


This class describes bookmarks in a PowerPoint document.