Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 50,414 for

shape

(0.08 sec)
  1. 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/
  2. 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/
  3. ChartDataLabel.IsHidden | Aspose.Words for .NET

    Discover the ChartDataLabel IsHidden property to easily control label visibility in your charts. Enhance your data presentation with this simple feature!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartDataLabel.ShowCategoryName | Aspose.Words ...

    Enhance your charts with the ChartDataLabel ShowCategoryName property. Easily display category names on data labels for clearer insights and better visuals....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataLabel.ShowSeriesName | Aspose.Words fo...

    Discover the ChartDataLabel ShowSeriesName property, easily control series name visibility on your charts. Enhance data clarity with a simple Boolean setting!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartDataLabelCollection.ShowDataLabelsRange | ...

    Discover the ShowDataLabelsRange property in ChartDataLabelCollection. Control data label visibility for your series and enhance data presentation effortlessly!...new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Watermark PPT File Online or using Android Mobi...

    Free online app to Watermark different PPT files. Android watermark library Java code for PPT presentations....master slide Add the water mark shape Use watermarkShape.addTextFrame...

    products.aspose.com/total/android-java/watermar...
  8. Watermark ODP File Online or using Android Mobi...

    Free online app to Watermark different ODP files. Android watermark library Java code for ODP presentations....master slide Add the water mark shape Use watermarkShape.addTextFrame...

    products.aspose.com/total/android-java/watermar...
  9. How to Insert Comment in Excel using C#

    In this tutorial, you will learn how to insert comment in Excel using C#. The steps and code snippet demonstrates how to add comments or note in Excel using C#....comments, author name, comment shape, size, etc. Likewise, you can...

    kb.aspose.com/cells/net/how-to-insert-comment-i...
  10. Convert Image To PNG C#

    Convert Image to PNG format in C# code. Save Image as PNG using C#.... var shape = builder.InsertImage( "Input.png" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.png"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/image-...