Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 222,888 for

new

(0.2 sec)
  1. Aspose.PSD for .NET 20.5 - Release Notes|Docume...

    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.... Save ( outputPng , new PngOptions ()); input . Save...psd" ; Stream outputStream = new MemoryStream (); ProgressEventHandler...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-5...
  2. Aspose.PSD for .NET 22.6 - Release Notes|Docume...

    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.... Save ( outputPng , new PngOptions ()); } PSDNET-940...psd" ); var contentTestFiles = new string [] { "OnlyRegular.psd"...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-6...
  3. Slide|Aspose.Slides Documentation

    Control slides in Aspose.Slides for .NET: create, clone, reorder, resize, set backgrounds, and apply transitions with C# for PPT, PPTX, and ODP presentations.... Add a Slide To add a new slide, you must first select...() { using var presentation = new Presentation (); // Each slide...

    docs.aspose.com/slides/net/examples/elements/sl...
  4. FieldFootnoteRef | Aspose.Words for Java

    Implements the FOOTNOTEREF field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. SectionStart enumeration | Aspose.Words for Python

    aspose.words.SectionStart enumeration. The type of break at the beginning of the section....Name Description CONTINUOUS The new section starts on the same page...section. NEW_COLUMN The section starts from a new column. NEW_PAGE...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Set permissions for a PDF document using Go|Asp...

    Set permissions for a PDF document with Aspose.PDF for Go via C++....permissions for a PDF document A new PDF document is created and protected...restrictions applied. Create a new PDF document. Call SetPermissions...

    docs.aspose.com/pdf/go-cpp/set_permissions/
  7. Manage Presentation Hyperlinks on Android|Aspos...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java—enhance interactivity and workflow in minutes....Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/androidjava/manage-hyper...
  8. OdtSaveOptions.saveFormat property | Aspose.Wor...

    OdtSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); // Create a new OdtSaveOptions, and pass either...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Cell.firstParagraph property | Aspose.Words for...

    Cell.firstParagraph property. Gets the first paragraph among the immediate children....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...'CreateNestedTable' , () => { let doc = new aw . Document (); // Create the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to execute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...Document doc; using (var stream = new MemoryStream()) { byte[] byteInfo...Position = 0; var loadOptions = new LoadOptions { LoadFormat = LoadFormat...

    forum.aspose.com/t/how-to-imprve-performance-be...