Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 213,057 for

new

(0.09 sec)
  1. Video|Aspose.Slides Documentation

    Work with video in C# using Aspose.Slides: insert, replace, trim, set poster frames and playback options, and export presentations for PPT, PPTX and ODP....Add_Video () { using var pres = new Presentation (); var slide =...Access_Video () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/vi...
  2. Convert JPG To TIFF C#

    Convert JPG to TIFF format in C# code. Save JPG as TIFF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.tiff" , new ImageSaveOptions(SaveFormat.Tiff));...

    products.aspose.com/words/net/conversion/jpg-to...
  3. Սեղմել DOCX Ը C# Ում

    Սեղմեք DOCX ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...Words; var doc = new Document( "Input.docx" ); doc..."yourCompressedImage" ); } } var saveOptions = new OoxmlSaveOptions { CompressionLevel...

    products.aspose.com/words/hy/net/compress/docx/
  4. Accessing images in this pdf freeze the thread ...

    Hello, Using this attached PDF fnac01.pdf, if we want to convert the page to a png (or svg or all other formats… ) the PngDevice.Process freeze the thread in the jpeg2k decode and never return… You can reproduce the is…...document Document pdfDocument = new Document(dataDir + "fnac01.pdf");...using (FileStream imageStream = new FileStream(dataDir + "image"...

    forum.aspose.com/t/accessing-images-in-this-pdf...
  5. Create a Presentation Viewer in .NET|Aspose.Sli...

    Create a custom presentation viewer in .NET using Aspose.Slides. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....Presentation presentation = new Presentation ( "sample.pptx"...Presentation presentation = new Presentation ( "sample.odp" ))...

    docs.aspose.com/slides/net/presentation-viewer/
  6. Connector|Aspose.Slides Documentation

    Draw and control connectors in C# with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, PPTX and ODP....Add_Connector () { using var pres = new Presentation (); var slide =...Access_Connector () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/co...
  7. StructuredDocumentTagRangeStart.RemoveSelfOnly ...

    Effortlessly remove Structured Document Tag range starts while preserving content. Optimize your document structure with the RemoveSelfOnly method today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa rangeStart = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Manage VBA Projects in Presentations in .NET|As...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for .NET to streamline your workflow....VbaProject constructor to add a new VBA project. Add a module to...presentation = new Presentation ()) { // Creates a new VBA Project...

    docs.aspose.com/slides/net/presentation-via-vba/
  9. 指定 3D 文件加载选项|Documentation

    有几个 Scene.open 方法重载或 Scene 类构造函数重载接受 LoadOptions 实例。...threed" ); var loadOpts = new aspose . threed . Discreet3dsLoadOptio...threed" ); var loadObjOpts = new aspose . threed . ObjLoadOptions...

    docs.aspose.com/3d/zh/nodejs-java/specify-3d-fi...
  10. Convert PDF To TIFF C#

    Convert PDF to TIFF format in C# code. Save PDF as TIFF using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...