Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 28,973 for

x

(0.09 sec)
  1. 从PDF生成缩略图|Aspose.PDF for .NET

    本节描述如何从PDF文档生成缩略图... x ; pdfRect . Top = 0 ; pdfRect...string templateFile = pdfPoint . x < pdfPoint . y ? templatePortraitFile...

    docs.aspose.com/pdf/zh/net/generate-thumbnail-i...
  2. Working with Vector Graphics using Python|Aspos...

    This article describes the features of working with GraphicsAbsorber tool using Python.... x } , { element . position . y }...Move graphics by shifting its X and Y coordinates element . position...

    docs.aspose.com/pdf/python-net/working-with-vec...
  3. 创建图表|Aspose.Slides 文档

    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.... 现在,设置图表在 X 和 Y 方向的旋转角度。 保存演示文稿。 关闭 Microsoft...ppChart . Elevation = 15 ; //X-Value ppChart . RightAngleAxes...

    docs.aspose.com/slides/zh/net/create-a-chart/
  4. SVG Scaling – C# Examples – Aspose.SVG for .NET

    C# eXamples for SVG scaling using Aspose.SVG. Consider cases where the scale function is used in the transform attribute and in transformation matriX....allows scaling images along the x- and y-axis. The sy scaling factor...by a factor of 2 in both the x and y dimensions. To add the circleElement...

    docs.aspose.com/svg/net/svg-scaling/
  5. 使用 XFA 表单|Aspose.PDF for .NET

    Aspose.PDF for .NET API 让您在 PDF 文档中处理 XFA 和 XFA Acroform 字段。Aspose.Pdf.Facades....以下代码片段展示了获取 XFA 表单字段的 X 和 Y 坐标的步骤。 // For complete examples...( names [ 0 ]). Attributes [ "x" ]. Value ); Console . WriteLine...

    docs.aspose.com/pdf/zh/net/xfa-forms/
  6. Customize Chart Axes in Presentations in .NET|A...

    Discover how to use Aspose.Slides for .NET to customize chart aXes in PowerPoint presentations for reports and visualizations....moves to the horizontal axis (x-axis) and vice versa. This C#...This is useful for shifting the X-axis up or down or for emphasizing...

    docs.aspose.com/slides/net/chart-axis/
  7. Advanced SVG Builder API for C# – Aspose.SVG

    EXplore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....starting point of the path (Move to x=5, y=0). 5 . M (5, 0) 6 // 'L'...point to the new point (Line to x=10, y=10). 7 . L (10, 10) 8 //...

    docs.aspose.com/svg/net/svg-builder-api/
  8. Converting Documents with Microsoft Azure App s...

    Find out how to convert PDF documents with Microsoft Azure App Service and Aspose.PDF for .NET, optimizing document workflows in the cloud....Studio Code: dotnet run curl -X POST "https://localhost:5001/api/pdf/convert...Postman or curl to test: curl -X POST "https://your-app.azurewebsites...

    docs.aspose.com/pdf/net/converting-documents-wi...
  9. # Symbols Are Appearing for a Number Column in ...

    Hi Team, I’m attaching the sample output file with standalone program to reproduce the issue. I want to see the entire number in table in second column but appears as # symbols. import java.awt.Color; import java.io.B…...XLSX); float x = 28.5f; float y = 101; float...getShapes().addOleObjectFrame(x, y, width, height, dataInfo);...

    forum.aspose.com/t/symbols-are-appearing-for-a-...
  10. Manage Connectors in Presentations Using C++|As...

    Empower C++ apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....the connector float x = connector -> get_X () + connector -> get_Width...AddAutoShape ( ShapeType :: Rectangle , x , y , 0.0f , height ); The result:...

    docs.aspose.com/slides/cpp/connector/