Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 172,355 for

drawing

(0.13 sec)
  1. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET....Drawing library. Add Line object Aspose...graph = new Aspose . Pdf . Drawing . Graph ( 100 , 400 ); // Add...

    docs.aspose.com/pdf/net/add-line/
  2. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET.... Set border for Drawing object . Add Rectangle object...ap import aspose.pdf.drawing as drawing import datetime # Create...

    docs.aspose.com/pdf/python-net/add-rectangle/
  3. Manipulate Images in Java|Documentation

    Manipulate images using Java Image Processing Library, such as removing backgrounds, converting, merging, and modifying images....Images Deskew image Drawing Images Drawing Raster Images on Vector...with multipage image formats Drawing Vector Images Export Images...

    docs.aspose.com/imaging/java/manipulating-images/
  4. ChartLegend.position property | Aspose.Words fo...

    ChartLegend.position property. Specifies the position of the legend on a chart.... drawing . charts . LegendPosition :... value : aspose . words . drawing . charts . LegendPosition ):...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LoadOptions.convertMetafilesToPng property | As...

    LoadOptions.convertMetafilesToPng property. Gets or sets whether to convert metafile(Wmf or Emf) images to Png image format.... Drawing . Shape ( doc , aw . Drawing . ShapeType...verifyImageInShape ( 1600 , 1600 , aw . Drawing . ImageType . Wmf , shape );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImageData.set_image method | Aspose.Words for P...

    aspose.words.Drawing.ImageData.set_image method... drawing . Shape ( builder . document , aw . drawing . ShapeType...) shape . wrap_type = aw . drawing . WrapType . INLINE shape ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::PageSetup::get_PageHeight method...

    Aspose::Words::PageSetup::get_PageHeight method. Returns or sets the height of the page in points in C++....SharedPtr < Aspose :: Words :: Drawing :: Shape > shape = builder...set_WrapType ( Aspose :: Words :: Drawing :: WrapType :: None ); shape...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke.... drawing . charts . ChartType . SCATTER...series . marker . symbol = aw . drawing . charts . MarkerSymbol . SQUARE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++....MakeObject < Aspose :: Pdf :: Drawing :: Graph > ( 100 , 400 ); //...MakeObject < Aspose :: Pdf :: Drawing :: Line > ( new float [] {...

    docs.aspose.com/pdf/cpp/add-line/
  10. Draw Circle in C#

    This topic explains the details to draw circle in C#. It includes the system configuration, stepwise algorithm, and a running code snippet to develop a circle drawer in C#....Drawing Product Family Aspose.Font...Family Aspose.TeX Product Family Draw Circle in C# This topic explains...

    kb.aspose.com/drawing/net/draw-circle-in-csharp/