Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 222,967 for

new

(0.15 sec)
  1. Delete Named Ranges with JavaScript via C++|Doc...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/delete-nam...
  2. ChartMarker.Format | Aspose.Words for .NET

    Discover the ChartMarker Format property for easy access to customizable fill and line styles, enhancing your data visualization with unique markers....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Stroke.Visible | Aspose.Words for .NET

    Control stroke visibility with our easy-to-use property. Enhance your design by toggling stroke visibility for better visual impact!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Stroke.ForeColor | Aspose.Words for .NET

    Discover the Stroke ForeColor property to easily customize your stroke's foreground color for enhanced design flexibility and visual appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Set DefaultFont property of PdfSaveOptions and ...

    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....ImageOrPrintOptions to “Times New Roman”. We also set the chec...is rendered with the “Times New Roman” font and does not use...

    docs.aspose.com/cells/python-net/set-defaultfon...
  6. Nuget package version for Windows Server 2019 -...

    I was able to get Aspose.OCR v 20.12.1 to work, but it uses older methods. I’ve tried the Newest version (v 25.9.1) and it gives me a ‘access violation’ error. I’m trying to do Recognize using a bitmap over a memory st…...(MemoryStream memoryStream = new MemoryStream()) { // Load your...memory stream Bitmap bitmap = new Bitmap("path_to_your_image.png");...

    forum.aspose.com/t/nuget-package-version-for-wi...
  7. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in C# Aspose.PDF for .NET PDF library. Save PDF document to file system, to stream, and in Web applications....document using ( var document = new Aspose . Pdf . Document ( dataDir...Make some manipation, i.g add new empty page document . Pages ...

    docs.aspose.com/pdf/net/save-pdf-document/
  8. 发送会议请求|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.... Application outlookApp = new Outlook . Application (); //...MailAddressCollectio attendees = new MailAddressCollectio (); attendees...

    docs.aspose.com/email/zh/net/sending-meeting-re...
  9. StructuredDocumentTag.dateDisplayFormat propert...

    StructuredDocumentTag.dateDisplayFormat property. String that represents the format in which dates are displayed.... let doc = new aw . Document (); // Insert a...will display. let sdtDate = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 从 PDF 中提取文本 C#|Aspose.PDF for .NET

    本文描述了使用 Aspose.PDF 在 C# 中从 PDF 文档提取文本的各种方法。...document using ( var document = new Aspose . Pdf . Document ( dataDir...extract text var textAbsorber = new Aspose . Pdf . Text . TextAbsorber...

    docs.aspose.com/pdf/zh/net/extract-text-from-al...