Sort Score
Result 10 results
Languages All
Labels All
Results 9,761 - 9,770 of 217,453 for

new

(0.28 sec)
  1. Extract Assets from VRML File Formats via .NET ...

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

    products.aspose.com/3d/net/extractor/vrml/
  2. Extract Assets from GLTF File Formats via .NET ...

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

    products.aspose.com/3d/net/extractor/gltf/
  3. PdfSaveOptions.InterpolateImages | Aspose.Words...

    Discover PdfSaveOptions' InterpolateImages property, a key feature that enhances image quality in your documents. Optimize your PDFs effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions saveOptions = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Create a Column Chart in Word using C#

    This article guides how to create a column chart in Word using C#. It has the details to set the IDE, steps, and a sample code for creating a bar graph in Word using C#....NET to create a chart Create a new Word document and instantiate...chart type and size Access the new chart object and get the reference...

    kb.aspose.com/words/net/create-a-column-chart-i...
  5. Paragraph Formatting in Word using C#

    Follow this article to perform paragraph formatting in Word using C#. It has the IDE settings, steps, and a sample code to customize the format of writing a paragraph using C#....to format the text Create a new Word file using the Document...paragraph formatting Save the new Word file with formatted text...

    kb.aspose.com/words/net/paragraph-formatting-in...
  6. Text|Documentation

    A markup element that adds a line of text to the form.... New lines following ?text= declaration...attribute must be placed on a new line immediately after the opening...

    docs.aspose.com/omr/java/design-form/text/
  7. Aspose Diagram not able to convert VSDX file ty...

    Hi Team, We are using the Aspose.Diagram library method to convert VSDX files into PDF format. However, we have encountered the following issues in the PDF output: Font-family changes. PDF image distortions, includin…... Diagram diagram = new Diagram(inputFilePath); diagram...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/aspose-diagram-not-able-to-c...
  8. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts. Set slides per page, keep notes, export to PDF or images with Aspose.Slides for Node.js, with sample code. Try it free.... let presentation = new asposeSlides . Presentation (...options. let slidesLayoutOptions = new asposeSlides . HandoutLayoutingOpti...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  9. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts in Java. Set slides per page, keep notes, export to PDF or images with Aspose.Slides for Android, with sample code. Try it free....Presentation presentation = new Presentation ( "sample.pptx"...HandoutLayoutingOpti slidesLayoutOptions = new HandoutLayoutingOpti (); slidesLayoutOptions...

    docs.aspose.com/slides/androidjava/convert-powe...
  10. Picture fill not considered when exporting a sl...

    In a C# environment, using the latest version of Aspose.Slides package to this day (25.12.0), I have this presentation that contains only one slide: Export-PNG-Color-NOK.zip (795,6 Ko) The slide only contains one pic…...documentation: LoadOptions loadOptions = new LoadOptions() { BlobManagementOption...}; using (var presentation = new Aspose.Slides.Presentation(pptxPath...

    forum.aspose.com/t/picture-fill-not-considered-...