Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 165,402 for

new

(0.05 sec)
  1. ChartMultilevelValue Class | Aspose.Words for .NET

    Discover the Aspose.Words.ChartMultilevelValue class to effectively manage multilevel data in your charts, enhancing your data visualization capabilities....ChartMultilevelValue ( string ) Initializes a new instance of this class that represents...string, string ) Initializes a new instance of this class that represents...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Make A Document In C#

    Create a file using .NET library. Easily create a New document in C# in a few steps....Word documents in C# Create a new document in almost any format...the following example: Make a new document using C# Copy Examples...

    products.aspose.com/words/net/make/
  3. Make PDF Using C#

    Make a New PDF in C# in a few steps. Easily create PDF using .NET library....the following example: Make a new PDF using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/pdf/
  4. Rješenje za smanjenje veličine PSB | products.a...

    Smanjite veličinu PSD datoteka...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cr/reduce-size/psb/
  5. PSB Зменшити розмір рішення | products.aspose.com

    Зменшити розмір PSD файлів...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/ua/reduce-size/psb/
  6. Adding Slide to Presentation|Aspose.Slides Docu...

    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....Here we are adding new slide at index 2 having some...InsertNewSlide ( FileName , 1 , "My new slide" ); // Insert a slide into...

    docs.aspose.com/slides/net/adding-slide-to-pres...
  7. GradientStop | Aspose.Words for Java

    Represents one gradient stop in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...setTransparency(0.25); // Add new gradient stop to the end of collection...

    reference.aspose.com/words/java/com.aspose.word...
  8. Make DOC Using C#

    Make a New DOC in C# in a few steps. Easily create DOC using .NET library....the following example: Make a new DOC using C# Copy Examples Output...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/make/doc/
  9. Working with Linear Extrusion|Documentation

    Aspose.3D for Node.js via Java offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....to be extruded var profile = new aspose . threed . RectangleShape...3rd dimension var extrusion = new aspose . threed . LinearExtrusion...

    docs.aspose.com/3d/nodejs-java/working-with-lin...
  10. ChartSeriesCollection | Aspose.Words for Java

    Represents collection of a ChartSeries in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...// We can add a series with new values for existing categories...

    reference.aspose.com/words/java/com.aspose.word...