Sort Score
Result 10 results
Languages All
Labels All
Results 5,001 - 5,010 of 93,410 for

object

(0.12 sec)
  1. C++ API to Convert SVG to XLTM | products.aspos...

    Convert SVG to XLTM via C++ API without using Microsoft Excel or Adobe Reader... Once the DocumentInfo object is retrieved, you can get the...FileStream object and save the file to that stream object by calling...

    products.aspose.com/total/cpp/conversion/svg-to...
  2. C++ API to Convert TEX to XLTX | products.aspos...

    Convert TEX to XLTX via C++ API without using Microsoft Excel or Adobe Reader... Once the DocumentInfo object is retrieved, you can get the...FileStream object and save the file to that stream object by calling...

    products.aspose.com/total/cpp/conversion/tex-to...
  3. C++ API to Convert MHTML to DIF | products.aspo...

    Convert MHTML to DIF via C++ API without using Microsoft Excel or Adobe Reader... Once the DocumentInfo object is retrieved, you can get the...FileStream object and save the file to that stream object by calling...

    products.aspose.com/total/cpp/conversion/mhtml-...
  4. Convert JSON Format to POTM via C++ | products....

    Parse JSON to POTM in C++ without using Microsoft PowerPoint...JSON to POTM JSON (JavaScript Object Notation) is a lightweight...C++ Create a new IWorkbook object and read valid JSON data from...

    products.aspose.com/total/cpp/conversion/json-t...
  5. Convert JSON Format to POT via C++ | products.a...

    Parse JSON to POT in C++ without using Microsoft PowerPoint...JSON to POT JSON (JavaScript Object Notation) is a lightweight...C++ Create a new IWorkbook object and read valid JSON data from...

    products.aspose.com/total/cpp/conversion/json-t...
  6. C++ API to Convert PCL to SXC | products.aspose...

    Convert PCL to SXC via C++ API without using Microsoft Excel or Adobe Reader... Once the DocumentInfo object is retrieved, you can get the...FileStream object and save the file to that stream object by calling...

    products.aspose.com/total/cpp/conversion/pcl-to...
  7. C++ API to Convert XML to XLSM | products.aspos...

    Convert XML to XLSM via C++ API without using Microsoft Excel or Adobe Reader... Once the DocumentInfo object is retrieved, you can get the...FileStream object and save the file to that stream object by calling...

    products.aspose.com/total/cpp/conversion/xml-to...
  8. Convert Image to EPS in C#

    This brief tutorial covers how to convert Image to EPS in C#. It discusses the environment configuration, the algorithm, and a sample code to convert JPG to EPS file in C#....Initiate a PsSaveOptions class object Specify custom values for margins...creating a default options object. Subsequently, set different...

    kb.aspose.com/page/net/convert-image-to-eps-in-...
  9. How to Resize SVG Image in Java

    This brief tutorial explains how to resize SVG image in Java. It enables to change size of SVG image in Java with the help of detailed steps and a runnable sample code....SVG file into the Image class object that is to be resized in Java...You may use SvgOptions class object in the Image.Save() function...

    kb.aspose.com/imaging/java/how-to-resize-svg-im...
  10. Draw Rectangle in Java

    This article demonstrates how to draw rectangle in Java. It covers the IDE setup, the method, and a practical code example to create a rectangle in Java....dimensions to build a Bitmap object Create a Graphics class instance...instance using the Bitmap object Use drawRectangle by specifying...

    kb.aspose.com/drawing/java/draw-rectangle-in-java/