Sort Score
Result 10 results
Languages All
Labels All
Results 6,631 - 6,640 of 150,429 for

drawing

(0.1 sec)
  1. Merge PPS Files To PNG Using Python | products....

    Merge multiple PPS files in Python....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . png)...

    products.aspose.com/slides/python-net/merge/pps...
  2. Merge POTM Files To PNG Using Python | products...

    Merge multiple POTM files in Python....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . png)...

    products.aspose.com/slides/python-net/merge/pot...
  3. Merge PPTX Files To PNG Using Python | products...

    Merge multiple PPTX files in Python....pydrawing as drawing with slides . Presentation(...format(str(slide . slide_number)), drawing . imaging . ImageFormat . png)...

    products.aspose.com/slides/python-net/merge/ppt...
  4. ChartLegendEntryCollection class | Aspose.Words...

    Aspose.Words.Drawing.Charts.ChartLegendEntryCollection class. Represents a collection of chart legend entries... Drawing . Charts . ChartType . Column...See Also module Aspose.Words.Drawing.Charts ChartLegendEntry class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ShapeBase.alternative_text property | Aspose.Wo...

    ShapeBase.alternative_text property. Defines alternative text to be displayed instead of a graphic.... drawing . ShapeType . CUBE , 150 ,...See Also module aspose.words.drawing class ShapeBase ShapeBase.allow_overlap...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartSeriesGroup.doughnut_hole_size property | ...

    ChartSeriesGroup.doughnut_hole_size property. Gets or sets the hole size of the parent doughnut chart as a percentage.... drawing . charts . ChartType . DOUGHNUT...See Also module aspose.words.drawing.charts class ChartSeriesGroup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. OleControl class | Aspose.Words for Python

    aspose.words.Drawing.ole.OleControl class. Represents OLE ActiveX control... drawing . ole . Forms2OleControlType...See Also module aspose.words.drawing.ole MorphDataControl class...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SoftEdgeFormat.remove method | Aspose.Words for...

    SoftEdgeFormat.remove method. Removes [SoftEdgeFormat](../) from the parent object.... drawing . ShapeType . RECTANGLE , width...See Also module aspose.words.drawing class SoftEdgeFormat SoftEdgeFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#.... Drawing . Color . Gray ; // Try LightGray...watermark . StrokeColor = System . Drawing . Color . Gray ; // Try LightGray...

    docs.aspose.com/words/net/add-watermark/
  10. Converting DWG to TIFF always results in black ...

    Hello community, I’ve been testing converting DWG files to TIFF using the .Net API in the Trial version, and it always generates black and white images, even though the DWG files are full color. Here’s the code we’re us…...color and ensuring that the drawing colors are used: using (var...CadDrawTypeMode.UseDrawColor // Use the drawing color }; // Create an instance...

    forum.aspose.com/t/converting-dwg-to-tiff-alway...