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

new

(0.13 sec)
  1. Buat DOC Menggunakan C#

    Buat DOC baharu dalam C# dalam beberapa langkah. Buat DOC dengan mudah menggunakan pustaka .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ms/net/make/doc/
  2. Buat Dokumen Dalam C#

    Cipta fail menggunakan pustaka .NET. Buat dokumen baharu dengan mudah dalam C# dalam beberapa langkah....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/ms/net/make/
  3. GradientStopCollection | Aspose.Words for Java

    Contains a collection of GradientStop objects 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...
  4. Public API Changes in Aspose.Imaging 2.5.0|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.... It includes not only new and updated public methods, added...var options = new PngOptions (); var image = new PngImage ( options...

    docs.aspose.com/imaging/net/public-api-changes-...
  5. Shape.RefreshData() breaks shape from master wi...

    I’m evaluating Aspose.Diagram for Dotnet (Nuget version 25.1.0) and have trouble with a master shape which has a geometry with a NURBS coordinate. Let’s assume I have a .vsdx file with one master, which has a shape with…...master, add it to a new diagram and append new geometries. After...After that, I create a new instance shape of that master in the same...

    forum.aspose.com/t/shape-refreshdata-breaks-sha...
  6. PSD PSB Стиснути Рішення | products.aspose.com

    Стиснення зображень Adobe Photoshop для зменшення розмірів файлів...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/ua/compress/
  7. PSD PSB Kompresní řešení | products.aspose.com

    Komprimujte obrázky aplikace Adobe Photoshop a zmenšete velikost souborů...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cz/compress/psb/
  8. PSD PSB zmenšit velikost řešení | products.aspo...

    Snižte velikost souborů PSD...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/cz/reduce-size/
  9. PSD PSB Compress Solution | products.aspose.com

    Compress Adobe Photoshop images to reduce files sizes...Bounds, new int[layer.Bounds.Width * layer...stream = new MemoryStream(); image.Save(stream, new PsdOptions(image));...

    products.aspose.com/psd/compress/psb/
  10. Merge images|Aspose.PDF for Java

    Learn how to merge multiple images into a single PDF file using Aspose.PDF in Java for efficient image handling....MergeImages01 () { File f = new File ( _dataDir ); File [] images...InputStream > inputImagesStreams = new ArrayList < InputStream > ();...

    docs.aspose.com/pdf/java/merge-images/