Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,609 for

graph

(0.09 sec)
  1. 向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/
  2. 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...
  3. Creating a Project in Azure Active Directory Ad...

    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....Allowing permissions for Microsoft Graph API Click on the API permissions...in user. These are Microsoft Graph API permissions, we can also...

    docs.aspose.com/email/net/microsoft-graph-сreat...
  4. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....[ Hide ] Add Curve object A graph Curve is a connected union of...to use Bézier curves in your Graphs. Bézier curves are widely used...

    docs.aspose.com/pdf/java/add-curve/
  5. 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...
  6. 将线对象添加到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/
  7. 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++....feature to add graph objects (for example graph, line, rectangle...of PDF file Create Graph instance. Add Graph object to paragraphs...

    docs.aspose.com/pdf/cpp/add-line/
  8. 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...
  9. Add Arc Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a arc object to your PDF using Aspose.PDF for .NET....feature to add graph objects (for example graph, line, rectangle...Border for Drawing object. Add Graph object to paragraphs collection...

    docs.aspose.com/pdf/net/add-arc/
  10. 将弧形对象添加到PDF文件|Aspose.PDF for C++

    本文介绍如何使用Aspose.PDF for C++在PDF中创建弧形对象。...object 为Drawing对象设置 Border 将 Graph 对象添加到页面的段落集合中 保存我们的PDF文件 以下代码片段显示了如何添加...auto graph = MakeObject < Aspose :: Pdf :: Drawing :: Graph > (...

    docs.aspose.com/pdf/zh/cpp/add-arc/