Sort Score
Result 10 results
Languages All
Labels All
Results 9,261 - 9,270 of 223,147 for

new

(1.26 sec)
  1. Reading Tasks and Resources in VSTO and Aspose....

    This page provides information on reading and managing tasks and resources using VSTO and Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/reading-tasks-and-res...
  2. Median filter|Documentation

    How to smooth out noise in an image before applying other preprocessing filters or performing OCR.... AsposeOCR api = new AsposeOCR (); // Apply median...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/median/
  3. Managing Project Currency Digits | Aspose.Tasks...

    Learn how to view, set, and retrieve currency digits (decimal places) in Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET, with examples and best practices....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/managing-currency-dig...
  4. Extract Assets from JT File Formats via .NET | ...

    C# source code to load, render and add extract assets from JT documents on .NET Framework, .NET Core, Mono....jt" ; Scene scene = new Scene(file); //The output is..."OutputFile.zip" ); using var output = new FileStream(zipOutput, FileMode...

    products.aspose.com/3d/net/extractor/jt/
  5. Extract Assets from USDZ File Formats via .NET ...

    C# source code to load, render and add extract assets from USDZ documents on .NET Framework, .NET Core, Mono....usdz" ; Scene scene = new Scene(file); //The output is..."OutputFile.zip" ); using var output = new FileStream(zipOutput, FileMode...

    products.aspose.com/3d/net/extractor/usdz/
  6. Support For Interruptable Library|Aspose.Slides...

    Make long-running tasks cancelable with Aspose.Slides for Java. Interrupt rendering and conversions for PowerPoint and OpenDocument safely, with examples....InterruptionTokenSou tokenSource = new InterruptionTokenSou (); Runnable...Runnable interruption = new Runnable () { public void run () { LoadOptions...

    docs.aspose.com/slides/java/support-for-interru...
  7. 从文档中导入/导出数据|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...string values string [] names = new string [] { "laurence chen" ...

    docs.aspose.com/cells/zh/net/import-export-data...
  8. Header and Footers|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.... setHeader ( 1 , "&\"Times New Roman,Bold\"&D-&T" ); //Setting.... setHeader ( 2 , "&\"Times New Roman,Bold\"&12&F" ); Footer...

    docs.aspose.com/cells/java/header-and-footers/
  9. Save Workbook to Text or CSV Format in Aspose.C...

    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....workbook Workbook workbook = new Workbook ( filePath ); // 0‑byte...array byte [] workbookData = new byte [ 0 ]; // Text save options...

    docs.aspose.com/cells/net/save-workbook-to-text...
  10. Contrast correction|Documentation

    How to automatically increase image contrast to improve recognition accuracy....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...PreprocessingFilter filters = new Aspose . OCR . Models . PreprocessingFilters...

    docs.aspose.com/ocr/net/contrast/