Sort Score
Result 10 results
Languages All
Labels All
Results 5,381 - 5,390 of 45,720 for

shape

(0.08 sec)
  1. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::RemoveAt method. Removes a ChartSeries at the specified index in C++....Aspose :: Words :: Drawing :: Shape > chartShape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Export Excel Equations to Other Formats with Py...

    Learn how to export Excel equations to LaTeX and MathML formats using Aspose.Cells for Python via .NET....textboxes [ 0 ] # Assuming first shape is TextBox math_node = text_box...

    docs.aspose.com/cells/python-net/export-equation/
  3. Convert JPG To SVG Python

    Convert JPG to SVG format in Python code. Save JPG as SVG using Python....DocumentBuilder(doc) shape = builder.insert_image( "Input.jpg" ) shape.get_shape_renderer()...DocumentBuilder(doc) shape = builder.insert_image("Input.jpg") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  4. Convert JPG To TIFF Javascript

    Convert JPG to TIFF format in JavaScript code. Save JPG as TIFF using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  5. Convert JPG To PNG Javascript

    Convert JPG to PNG format in JavaScript code. Save JPG as PNG using JavaScript....DocumentBuilder(doc) shape = builder.insertImage( "Input.jpg" ) shape.getShapeRenderer()...DocumentBuilder(doc) shape = builder.insertImage("Input.jpg") shape.getShapeRenderer()...

    products.aspose.com/words/nodejs-net/conversion...
  6. Several JPG Into JPG C#

    Merge multiple JPG into JPG in C# code. Save JPG as JPG 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-jpg/
  7. Several Image Into GIF C#

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

    products.aspose.com/words/net/merge/image-to-gif/
  8. Several JPG Into TIFF C#

    Merge multiple JPG into TIFF in C# code. Save JPG as TIFF 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-tiff/
  9. Convert USD to STL via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...the cross section of the 3D shape to be built by the fabber. There...

    products.aspose.com/3d/net/conversion/usd-to-stl/
  10. Image Clipping in C#

    This article explains image clipping in C#. It includes the environment configuration details, the step-by-step process, and a code snippet to make a clipped photo in C#....the GraphicsPath class Add a shape or path and set the clip Load...

    kb.aspose.com/drawing/net/image-clipping-in-csh...