This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Cells; | |
| using Aspose.Cells.Charts; | |
| using Aspose.Cells.Rendering; | |
| namespace ConvertExcelChartToJPGInCSharp | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| // Initialize license object | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Cells; | |
| using Aspose.Cells.Charts; | |
| using Aspose.Cells.Rendering; | |
| namespace ConvertExcelChartToJPGInCSharpWithoutInterop | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| //Initialize the license object | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using Aspose.Slides; | |
| using Aspose.Slides.Export; | |
| namespace WatermarkPPTXinC_Sharp | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Cells; | |
| using Aspose.Cells.Charts; | |
| using Aspose.Cells.Rendering; | |
| namespace ConvertExcelChartToJPGInCSharpWithoutInterop | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| // Set Aspose.Cells license before the conversion | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Words; | |
| using System; | |
| namespace PdftoWord | |
| { | |
| class how_to_convert_pdf_to_word_in_c_sharp_without_interop | |
| { | |
| public static void ConvertPDFtoWord(String pdftoword_directory) | |
| { | |
| //Set Aspose license before PDF to Word conversion | |
| Aspose.Words.License AsposeWordsLicense = new Aspose.Words.License(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.Drawing; | |
| using Aspose.Slides; | |
| using Aspose.Slides.Export; | |
| namespace SlidesWatermark | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.Drawing; | |
| using System.Windows.Forms; | |
| //Add reference to following namespaces for Aspose.Cells for .NET API | |
| using Aspose.Cells; | |
| using Aspose.Cells.Charts; | |
| namespace CreateExcelPieChart | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Words; | |
| using Aspose.Words.Drawing; | |
| namespace HowtoAddImageinWordDocumentUsingCsharp | |
| { | |
| class AddImageToWordDOC | |
| { | |
| static void Main(string[] args) | |
| { | |
| // Set license prior to adding image in Word document using C# | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| // Add reference to Aspose.PDF for .NET API | |
| // Use following namespace to read bookmarks in a PDF File | |
| using Aspose.Pdf; | |
| namespace ReadBookmarksInPDF | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using Aspose.Words; | |
| using System; | |
| namespace InsertCommentinWord | |
| { | |
| class how_to_insert_comment_into_word_document_using_c_sharp | |
| { | |
| public static void InsertComment(String directorypath) | |
| { | |
| //Set Aspose license before importing document. |