Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 45,736 for

shape

(0.15 sec)
  1. Image Clipping in Java

    This guide discusses image clipping in Java. It covers the configuration information, the stepwise algorithm, and a runnable code to make a clipped photo in Java....a path Set the clip using a shape or path Read the input image...polygon, arc, and other supported shapes depending on your needs. This...

    kb.aspose.com/drawing/java/image-clipping-in-java/
  2. Marker color doesnt work - Free Support Forum -...

    I tried almost every property i saw\recognized None of this options sets a color for a marker: (here i’m trying to set almost red\burgundy color) But doesn’t work on ur lastest stable version 24.5...Chart chart = ((Shape)doc.GetChild(NodeType.Shape, 0, true)).Chart;...

    forum.aspose.com/t/marker-color-doesnt-work/311459
  3. Change Background Color in PowerPoint using Java

    Change background color in PowerPoint using Java. Get IDE settings, steps, and a sample code for setting background color for PowerPoint presentation using Java....fill format, and rotate with shape. To set the master slides’ background...

    kb.aspose.com/slides/java/change-background-col...
  4. Convert USDZ to STL via Python | products.aspos...

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

    products.aspose.com/3d/python-net/conversion/us...
  5. How to Add Image in Word Document using C# Code

    A step-by-step guide on how to add image in word document using C# tutorial with code to insert image in word document header C# & add image to word document's body as linked image....image from stream or file Use Shape class to further set Size, Position...

    kb.aspose.com/words/net/how-to-add-image-in-wor...
  6. AxisBound.Value | Aspose.Words for .NET

    Discover AxisBound Value. Effortlessly retrieve numeric axis bounds for precise data visualization and enhanced analytical insights....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. MergeFieldImageDimension Class | Aspose.Words f...

    Discover the Aspose.Words.Fields.MergeFieldImageDimension class for precise image sizing in mail merges. Enhance your document automation today!... Shape , Is . Null ); } private readonly...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Several JPG Into BMP C#

    Merge multiple JPG into BMP in C# code. Save JPG as BMP 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-bmp/
  9. Several Image Into PNG C#

    Merge multiple Image into PNG in C# code. Save Image 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/image-to-png/
  10. Several Image Into SVG C#

    Merge multiple Image into SVG in C# code. Save Image as SVG 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-svg/