Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,567 for

graph

(0.06 sec)
  1. 向PDF文件添加圆形对象|Aspose.PDF for Java

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

    docs.aspose.com/pdf/zh/java/add-circle/
  2. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

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

    docs.aspose.com/pdf/zh/net/add-arc/
  3. 向PDF文件添加圆形对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在您的PDF中创建一个圆形对象。...auto graph = MakeObject < Aspose :: Pdf :: Drawing :: Graph > (...All , Color :: get_Green ()); graph -> set_Border ( borderInfo );...

    docs.aspose.com/pdf/zh/cpp/add-circle/
  4. 将曲线对象添加到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/
  5. 将线对象添加到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在PDF中创建线对象。... 创建 Graph 实例。 将Graph对象添加到页面实例的段落集合中。 创建 Rectangle...实例。 设置线宽。 将 Rectangle 对象添加到 Graph 对象的形状集合中。 保存您的 PDF 文件。 以下代码片段展示了如何添加一个填充颜色的...

    docs.aspose.com/pdf/zh/java/add-line/
  6. PDF | Text box on rotated page - Free Support F...

    I am attempting to provide a system which will add text boxes onto an existing PDF document which may have page rotations. This is proving far more difficult that I expected. Box is specified by a position, height, widt…...was able to add them with a graph and rectangle but they are higher...colors. This is resolved with a graph and rectangle which properly...

    forum.aspose.com/t/pdf-text-box-on-rotated-page...
  7. 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...
  8. 将线对象添加到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/
  9. 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...
  10. Working with Graphs in PDF file|Aspose.PDF for ...

    This article explains what a is Graph, how to create a filled rectangle object, and other functions...with Graphs in PDF file Contents [ Hide ] What is Graph Adding...Adding graphs to PDF documents is a very common task for developers...

    docs.aspose.com/pdf/net/working-with-graphs/