Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 214,296 for

new

(0.1 sec)
  1. Document.MailMerge | Aspose.Words for .NET

    Unlock seamless document automation with the MailMerge object, enhancing your workflow by simplifying mail merge tasks effortlessly....ExecuteDataTable () { DataTable table = new DataTable ( "Test" ); table ..."Address" ); table . Rows . Add ( new object [] { "Thomas Hardy" ,...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Working with Tasks | Aspose.Tasks Documentation

    Learn how to split and manage tasks in Microsoft Project (MPP/XML) using Aspose.Tasks for .NET. Includes C# examples for creating, splitting, and viewing split tasks....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/split-tasks/
  3. Convert Image To PDF C#

    Convert Image to PDF format in C# code. Save Image as PDF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  4. Convert Image To HTML C#

    Convert Image to HTML format in C# code. Save Image as HTML using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  5. Convert JPG To WORD C#

    Convert JPG to WORD format in C# code. Save JPG as WORD using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...
  6. Convert Image To WORD C#

    Convert Image to WORD format in C# code. Save Image as WORD using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  7. Installing and Using Aspose.Total Project Wizar...

    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....this plugin will introduce a new project type – Aspose Application...creating a new project. Goto File menu Select New Project . Select...

    docs.aspose.com/total/java/installing-and-using...
  8. SignatureLineOptions.instructions property | As...

    SignatureLineOptions.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. SignatureLineOptions.Email | Aspose.Words for .NET

    Manage suggested signer email addresses effortlessly with SignatureLineOptions. Enhance your email workflow with customizable options for seamless communication....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words/sig...
  10. WarningInfo.Source | Aspose.Words for .NET

    Discover the WarningInfo Source property that reveals the origin of warnings, enhancing your application's reliability and user experience.... Document doc = new Document ( MyDir + "Emphases...WarningInfoCollectio warnings = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/war...