Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 94,269 for

object

(0.77 sec)
  1. FieldMergingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.MailMerging.FieldMergingArgs class for seamless data handling in MergeField events, enhancing your document processing experience....get; } Returns the Document object for which the mail merge is...document. Field { get; } Gets the object that represents the current...

    reference.aspose.com/words/net/aspose.words.mai...
  2. Draw Circle in Java

    This tutorial compiles the information to draw circle in Java. It contains the system setup information, stepwise process details, and a running sample code to create a circle drawer in Java....circles Initiate a Bitmap class object while specifying the image...instance using the Bitmap class object Call the drawEllipse method...

    kb.aspose.com/drawing/java/draw-circle-in-java/
  3. How to Convert PUB to PNG in C#

    This step by step tutorial elaborates how to convert PUB to PNG in C#. The C# in this tutorial converts each PDF page into a separate PNG image file....parsed PUB file into a Document object Save intermediate PDF file...interface Create a new PDF Document object Loop through all pages of the...

    kb.aspose.com/pub/net/how-to-convert-pub-to-png...
  4. Change Image Brightness using C#

    Follow this article to change image brightness using C#. It has details to set the IDE, a list of steps, and a sample code to increase brightness of image using C#....source image file as an Image object Convert the loaded image to...image file into an Image class object, cast it to RasterImage, cache...

    kb.aspose.com/imaging/net/change-image-brightne...
  5. Convert PLT to PDF in Python

    This tutorial will let you convert PLT to PDF in Python. It discusses the steps to prepare the environment and a sample code to create a PLT to PDF converter in Python....the Image class Initiate an object of the PdfOptions and the ...using the VectorRasterizationO object Convert the PLT file to a PDF...

    kb.aspose.com/cad/python/convert-plt-to-pdf-in-...
  6. How to Convert Excel to JSON in C#

    In this short tutorial, you will learn how to convert Excel to JSON in C#. You can convert Excel file to JSON in C# with a few API calls in .NET....convert Excel to JSON Create an object of the Workbook class to load...file using the JsonSaveOptions object. Finally, the output JSON file...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  7. How to Convert DGN to JPG in C#

    This basic tutorial explains how to convert DGN to JPG in C#. It covers all the important information to export DGN to JPG image in C#....with the Image class Create an object of CadRasterizationOpti class...Initialize a JpegOptions class object to set the output JPG options...

    kb.aspose.com/cad/net/how-to-convert-dgn-to-jpg...
  8. Impose PDF using Python

    Follow this article to impose PDF using Python. It has the details to set the IDE, a list of steps, and a sample code to implement PDF imposition software using Python....PdfFileEditor class object Set the organization of the...Create the PdfFileEditor() object from the aspose.pdf.facades...

    kb.aspose.com/pdf/python/impose-pdf-using-python/
  9. How to Change PDF Metadata using Java

    This article contains information on how to change PDF metadata using Java. It has details about setting the IDE, a list of tasks for developing the application, and a runnable sample code to edit PDF properties using Java....PDF file into the document object for editing the properties...properties Populate the DocumentInfo object by linking it with the loaded...

    kb.aspose.com/pdf/java/how-to-change-pdf-metada...
  10. How to ZIP Folder in C#

    This quick tutorial guides you on how to ZIP folder in C#. To zip folder C# code, detailed steps and configuration requirements are mentioned briefly....Instantiate a FileStream class object with output ZIP file name Instantiate...Instantiate a ZIP Archive file object Create entries in the archive...

    kb.aspose.com/zip/net/how-to-zip-folder-in-csharp/