Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 214,328 for

new

(0.29 sec)
  1. Managing GridDesktops Context Menu|Documentation

    This article introduces how to customize context menu in GridDesktop....Moreover, it is possible to add new menu items with event handlers...are hidden Adding New Menu Items Add a new context menu item...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. Load Specific Worksheets in a Workbook with Jav...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for JavaScript via C++. Improve performance and reduce memory consumption....assignment) const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new CustomLoad (); // Create the...

    docs.aspose.com/cells/javascript-cpp/load-speci...
  3. Connecting to SMTP Server|Documentation

    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....Email-for-Java SmtpClient client = new SmtpClient ( "smtp.gmail.com"...Email-for-Java SmtpClient client = new SmtpClient ( "smtp.domain.com"...

    docs.aspose.com/email/java/connecting-to-smtp-s...
  4. Convert Image To HTML Javascript

    Convert Image to HTML format in JavaScript code. Save Image as HTML using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...
  5. Convert Image To TXT Javascript

    Convert Image to TXT format in JavaScript code. Save Image as TXT using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...
  6. LoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.LoadOptions class. Allows to specify additional options (such as password or base URI) when loading a document into a [Document](../../aspose.words/document/) object...LoadOptions() Initializes a new instance of this class with default... A shortcut to initialize a new instance of this class with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfSaveOptions.FontEmbeddingMode | Aspose.Words...

    Discover the PdfSaveOptions FontEmbeddingMode property to optimize your PDF's font embedding. Enhance document quality and compatibility effortlessly!...skip embedding Arial and Times New Roman fonts into a PDF document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 通过 C# 打印 PDF 文件 | Aspose.PDF

    使用 C# 示例代码以编程方式打印 PDF 文档,并使用 Aspose.PDF for .NET...pdf" ); var viewer = new Aspose . Pdf . Facades . PdfViewer...PrintPageDialog = false ; var ps = new Aspose . Pdf . Printing . PrinterSettings...

    products.aspose.com/pdf/zh-hans/net/print/
  9. How to Delete Messages from IMAP Server using ....

    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.... using var client = new ImapClient ( "host" , "username"...ImapFolderInfo . InBox ); var eml = new MailMessage ( "from@from.com"...

    docs.aspose.com/email/net/delete-messages-from-...
  10. Picture|Aspose.Slides Documentation

    Work with pictures in C# using Aspose.Slides: insert, replace, crop, compress, adjust transparency and effects, fill shapes, and export for PPT, PPTX and ODP....Add_Picture () { using var pres = new Presentation (); // Create a...in-memory image using var bmp = new Bitmap ( width : 100 , height...

    docs.aspose.com/slides/net/examples/elements/pi...