Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 213,051 for

new

(0.23 sec)
  1. Buat DOC Menggunakan C#

    Buat DOC baharu dalam C# dalam beberapa langkah. Buat DOC dengan mudah menggunakan pustaka .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ms/net/make/doc/
  2. Buat Dokumen Dalam C#

    Cipta fail menggunakan pustaka .NET. Buat dokumen baharu dengan mudah dalam C# dalam beberapa langkah....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ms/net/make/
  3. Shape.RefreshData() breaks shape from master wi...

    I’m evaluating Aspose.Diagram for Dotnet (Nuget version 25.1.0) and have trouble with a master shape which has a geometry with a NURBS coordinate. Let’s assume I have a .vsdx file with one master, which has a shape with…...master, add it to a new diagram and append new geometries. After...After that, I create a new instance shape of that master in the same...

    forum.aspose.com/t/shape-refreshdata-breaks-sha...
  4. Merge images|Aspose.PDF for Java

    Learn how to merge multiple images into a single PDF file using Aspose.PDF in Java for efficient image handling....MergeImages01 () { File f = new File ( _dataDir ); File [] images...InputStream > inputImagesStreams = new ArrayList < InputStream > ();...

    docs.aspose.com/pdf/java/merge-images/
  5. XmlDataSource | Aspose.Words for Java

    Provides access to data of an XML file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...docx"); XmlDataSource dataSource = new XmlDataSource(getMyDir() + "List...

    reference.aspose.com/words/java/com.aspose.word...
  6. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Java....Follow the steps below: Create a new PDF Document Add Page to pages...Create a new PDF document Document pdfDocument = new Document...

    docs.aspose.com/pdf/java/add-rectangle/
  7. PDF Highlight Annotation using C#|Aspose.PDF fo...

    Learn how to add highlights annotation to PDF documents in .NET using Aspose.PDF for text emphasis and review....actions: Load the PDF file - new Document object. Create annotations:...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/highlights-annotation/
  8. PageConfig|Documentation

    PageConfig element allows you to break large forms into several pages that are recognized as a single document.... At the moment, new pages are not automatically created...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/page...
  9. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your documents by controlling item removal seamlessly.... DataTable tableCustomers = new DataTable ( "A" ); tableCustomers...tableCustomers . Rows . Add ( new object [] { 1 , "John Doe" });...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Public API Changes in Aspose.Imaging 2.5.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... It includes not only new and updated public methods, added...var options = new PngOptions (); var image = new PngImage ( options...

    docs.aspose.com/imaging/net/public-api-changes-...