Sort Score
Result 10 results
Languages All
Labels All
Results 6,891 - 6,900 of 214,458 for

new

(0.82 sec)
  1. Փոխարկել WORD XPS C#

    Փոխարկեք WORD ը XPS ձևաչափի C# կոդով: Պահեք WORD որպես XPS օգտագործելով C#:...Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/wor...
  2. Փոխարկել HTML DOCX C#

    Փոխարկեք HTML ը DOCX ձևաչափի C# կոդով: Պահեք HTML որպես DOCX օգտագործելով C#:...Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/htm...
  3. Extract Assets from 3MF File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/3mf/
  4. 公共 API Aspose.Diagram 6.6.0 的变化|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....Visio diagram Diagram diagram = new Diagram ( @"c:\temp\macro.vsdm"...Visio diagram Diagram diagram = new Diagram ( DirPath + "Drawing1...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  5. Timeout when using Aspose.SVG.Drawing.SkiaSharp...

    I am attempting to convert SVG images to compressed JPG images. I started by using Aspose.SVG, and implemented a method to do just that. It is rather slow, but it did manage to make some decent jpg compressions. Howeve…...Image; using var svg = new SVGDocument(svgStream, options...ImageUrl); var renderingOptions = new ImageRenderingOption(ImageFormat...

    forum.aspose.com/t/timeout-when-using-aspose-sv...
  6. PdfSaveOptions.outlineOptions property | Aspose...

    PdfSaveOptions.outlineOptions property. Allows to specify outline options....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert PPTX to Word in C# | products.aspose.com

    Convert PPTX to Word in C#. Use .NET library API to convert PowerPoint to Word...presentation = new Presentation(); var doc = new Document(); var...var builder = new DocumentBuilder(doc); foreach ( var slide in...

    products.aspose.com/slides/net/conversion/pptx-...
  8. ChartDataLabelPosition Enum | Aspose.Words for ...

    Discover the Aspose.Words.ChartDataLabelPosition enum to easily customize your chart data labels for enhanced clarity and presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "Series 1" , new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Check Version Number|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....publish new versions of Aspose.Cells, both to introduce new features...minor.hotfix When we release a new build of Aspose.Cells, we update...

    docs.aspose.com/cells/net/check-version-number/
  10. Stop conversion or loading using InterruptMonit...

    This section explains how to stop conversion or loading with Aspose.Diagram.... LoadOptions o = new Aspose . Diagram . LoadOptions...InterruptMonitor = im ; Diagram diagram = new Diagram ( "Huge.vsdx" , o );...

    docs.aspose.com/diagram/net/stop-conversion-or-...