Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 79,357 for

object

(0.04 sec)
  1. How to Add Text to a PNG File using C#

    This article guides on how to add text to a PNG file using C#. It has details to set the development environment, a list of steps, and a runnable sample code to add text to PNG using C#....Bitmap object and set its size Create a Graphics class object using...Bitmap object Define the text contents, the Brush object, and the...

    kb.aspose.com/drawing/net/how-to-add-text-to-a-...
  2. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files.... Pivot Table Object Model Aspose.Cells for Node...create and set PivotTable objects, the building blocks of a pivot...

    docs.aspose.com/cells/nodejs-cpp/create-pivot-t...
  3. Convert VSD to VSDX using C#

    This article shares the details to convert VSD to VSDX using C#. It has the details to set the IDE, a list of steps, and a sample code to transform VSD to VSDX....Diagram object Create the DiagramSaveOptions object to customize...Diagram object and declare the DiagramSaveOptions object by setting...

    kb.aspose.com/diagram/net/convert-vsd-to-vsdx-u...
  4. Convert VSD to VSDX using Java

    This article explains the process to convert VSD to VSDX using Java. It has the details to set the IDE, a list of steps, and a sample code changing VSD to VSDX....into the Diagram object Instantiate an object of the DiagramSaveOptions...properties of the DiagramSaveOptions object Save the resultant VSDX file...

    kb.aspose.com/diagram/java/convert-vsd-to-vsdx-...
  5. Convert a PS File to PDF using Java

    Follow this article to convert a PS File to PDF using Java. You will get information to transform a file format from PS to PDF using Java using a few API calls and a list of steps for writing the application....the Document object Pass the PS load options object while loading...Declare an object of the PsLoadOptions class object and load the...

    kb.aspose.com/pdf/java/convert-a-ps-file-to-pdf...
  6. Conversion from Word to Excel using C#

    This article teaches the conversion from Word to Excel using C#. It has all the details to set the IDE, a list of steps, and a sample code for the development of Word document to Excel converter using C#....Word file into the Document object for conversion to the Excel...file into the Document class object and save it on the disk in...

    kb.aspose.com/words/net/conversion-from-word-to...
  7. How to Convert Excel to CSV using Node.js

    This short tutorial guides on how to convert Excel to CSV using Node.js. It has the resources to set the development environment, a list of tasks, and a runnable sample code to convert Excel to CSV file using Node.js....workbook Declare a TxtSaveOptions object Save the workbook using the...the TxtSaveOptions object The aforementioned list of steps can...

    kb.aspose.com/cells/nodejs/how-to-convert-excel...
  8. MailMerger.ExecuteWithRegions | Aspose.Words fo...

    Streamline your document creation with MailMerger's ExecuteWithRegions method. Effortlessly merge DataTables into documents using customizable regions.... Add ( new object [] { "John" , "Doe" }); dataTable...dataTable . Rows . Add ( new object [] { "" , "" }); dataTable...

    reference.aspose.com/words/net/aspose.words.low...
  9. Accessibility Validator – Website Accessibility...

    Learn how to use the AccessibilityValidator class to check website accessibility against WCAG rules, such as principles, guidelines, and criteria.... The class initializes an object that is used to validate the...create an object of the class. To create an object, you need...

    docs.aspose.com/html/net/accessibility-validator/
  10. Example of using group layers in Aspose.PSD for...

    Using of Group Layer of PSD File via C#... Then, a new LayerGroup object is created using AddLayerGroup...AddLayerGroup from the PsdImage object. The group layer is named “Folder...

    docs.aspose.com/psd/net/psd-group-layer/