Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 2,063 for

graph

(0.05 sec)
  1. Add Circle Object to PDF file|Aspose.PDF for Py...

    This article explains how to create a circle object to your PDF using Aspose.PDF for Python via .NET....Circle object Like bar graphs, circle graphs can be used to display...categories. Unlike bar graphs, however, circle graphs can be used only...

    docs.aspose.com/pdf/python-net/add-circle/
  2. 将线对象添加到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建线对象。... 将 Rectangle 对象添加到Graph对象的形状集合中。 保存您的PDF文件。 以下代码片段显示了如何添加一个填充颜色的...get_Pages () -> Add (); // 创建Graph实例 auto graph = MakeObject < Aspose...

    docs.aspose.com/pdf/zh/cpp/add-line/
  3. 添加曲线对象到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在您的PDF中创建一个曲线对象。... 将 Graph 对象添加到页面的段落集合中。 保存您的 PDF 文件 public...创建具有特定尺寸的 Drawing object Graph graph = new Graph ( 400 , 200 ); // 为...

    docs.aspose.com/pdf/zh/java/add-curve/
  4. How to Add Circle to PDF using Python

    This article guides on how to add circle to PDF using Python. It contains detailed information about the IDE and stepwise process to insert circle in PDF using Python....Create a graph object Create a circle and add it to the graph object...object Add the resultant graph object in the paragraphs collection...

    kb.aspose.com/pdf/python/how-to-add-circle-to-p...
  5. 将圆形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将圆形对象创建到您的PDF中。... 将 Graph 对象添加到页面的段落集合中。 保存我们的PDF文件。 //...dimensions var graph = new Aspose . Pdf . Drawing . Graph ( 400 , 200...

    docs.aspose.com/pdf/zh/net/add-circle/
  6. Remove background from images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....background removing results, Graph Cut segmentation with pre-calculated...pre-calculated brushstrokes can be used. Graph Cut auto masking using Imaging...

    docs.aspose.com/imaging/net/remove-background-f...
  7. 将曲线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将曲线对象创建到您的PDF中。...dimensions var graph = new Aspose . Pdf . Drawing . Graph ( 400 , 200...Aspose . Pdf . Color . Green ); graph . Border = borderInfo ; // Create...

    docs.aspose.com/pdf/zh/net/add-curve/
  8. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....and add a page to it Create a graph object and a circle with a specified...collection of the graph object Add the resultant graph object to the...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  9. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET....feature to add graph objects (for example graph, line, rectangle...instance. Create a Graph Object Add Graph object to paragraphs...

    docs.aspose.com/pdf/python-net/add-line/
  10. Remove background from images in C#|Documentation

    Setting some of the pixel values in an image to zero, or some other “background” value is known as Masking. C# Image Processing Library supports the following types of masking....Masking Auto Masking Auto Masking Graph Cut auto masking using Imaging...remove background results, Graph Cut segmentation with pre-calculated...

    docs.aspose.com/imaging/net/removing-background...