Sort Score
Result 10 results
Languages All
Labels All
Results 6,351 - 6,360 of 50,322 for

shape

(0.16 sec)
  1. Փոխարկել JPG GIF C#

    Փոխարկեք JPG ը GIF ձևաչափի C# կոդով: Պահեք JPG որպես GIF օգտագործելով C#:... var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/hy/net/conversion/jpg...
  2. Փոխարկել JPG SVG C#

    Փոխարկեք JPG ը SVG ձևաչափի C# կոդով: Պահեք JPG որպես SVG օգտագործելով C#:... var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/hy/net/conversion/jpg...
  3. Փոխարկել Պատկեր GIF C#

    Փոխարկեք Պատկեր ը GIF ձևաչափի C# կոդով: Պահեք Պատկեր որպես GIF օգտագործելով C#:... var shape = builder.InsertImage( "Input.png" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.png"); shape.GetShapeRenderer()...

    products.aspose.com/words/hy/net/conversion/ima...
  4. Փոխարկել Պատկեր SVG C#

    Փոխարկեք Պատկեր ը SVG ձևաչափի C# կոդով: Պահեք Պատկեր որպես SVG օգտագործելով C#:... var shape = builder.InsertImage( "Input.png" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.png"); shape.GetShapeRenderer()...

    products.aspose.com/words/hy/net/conversion/ima...
  5. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....class and specifies a geometric shape that tiles together to fill...

    docs.aspose.com/slides/java/public-api-and-back...
  6. Convert PPT to Video in C++ | products.aspose.com

    Convert PPT to video in C++. Use C++ library API to convert PowerPoint to video...get_Slide( 0 ); // Adds a smile shape and then animates it System...IAutoShape > smile = slide -> get_Shapes() -> AddAutoShape(ShapeType...

    products.aspose.com/slides/cpp/conversion/ppt-t...
  7. Convert TXT to PPSX via C# .NET or with free On...

    Convert Word txt documents to PowerPoint ppsx files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...IAutoShape ashape = slide . Shapes . AddAutoShape ( ShapeType...

    products.aspose.com/total/net/conversion/txt-to...
  8. Convert ODT to POTX via C# .NET or with free On...

    Convert Word odt documents to PowerPoint potx files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...IAutoShape ashape = slide . Shapes . AddAutoShape ( ShapeType...

    products.aspose.com/total/net/conversion/odt-to...
  9. Convert TXT to ODP via C# .NET or with free Onl...

    Convert Word txt documents to PowerPoint odp files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...IAutoShape ashape = slide . Shapes . AddAutoShape ( ShapeType...

    products.aspose.com/total/net/conversion/txt-to...
  10. Several JPG Into PNG C#

    Merge multiple JPG into PNG in C# code. Save JPG as PNG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-png/