Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 7,178 for

rotation

(0.09 sec)
  1. Adding Image stamps in PDF using Python|Aspose....

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Python library....can be positioned, resized, rotated, and made partially transparent...= 300 image_stamp . rotate = ap . Rotation . ON270 image_stamp...

    docs.aspose.com/pdf/python-net/image-stamps-in-...
  2. Aspose.3D Features Tutorial | products.aspose.com

    Learn how to edit and export 3D file by code....of a cylinder Learn how to rotate geometry in a scene Learn how...get geometric scaling and rotation Learn how to set the coordinates...

    products.aspose.com/3d/tutorial/
  3. Set Visio Shape's XForm, Line and Fill Data|Doc...

    This section explains how to set shape's style including it's line data and fill data with Aspose.Diagram....for example width, height, rotation and whether the shape has...Convert a Visio Shape To Svg Rotate, Change the Position and Connect...

    docs.aspose.com/diagram/net/set-visio-shape-s-x...
  4. How to Make a Pie Chart in PowerPoint using C#

    This quick tutorial guides how to make a pie chart in PowerPoint using C#. It provides detailed steps to configure the environment and sample code to add pie chart to PowerPoint using C#....title, formatting, sidewall, rotation, plot area, etc. In this tutorial...

    kb.aspose.com/slides/net/how-to-make-a-pie-char...
  5. How to Make a Pie Chart in PowerPoint using Python

    This short topic guides how to make a pie chart in PowerPoint using Python along with the detailed steps to configure the environment and use the example code. The example provides sample code to add pie chart to PowerPoint using Python....title, formatting, sidewall, rotation, plot area, etc. In this tutorial...

    kb.aspose.com/slides/python/how-to-make-a-pie-c...
  6. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....properties RawFrame, Frame, Rotation, X, Y, Width, Height and thrown...

    docs.aspose.com/slides/java/public-api-and-back...
  7. 在 PS 文件中使用转换 | Java

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Java 中使用该功能...最后,我们从当前图形状态退出到上层图形状态: Copy 1 ////////// Rotation ////////// 2 //Save graphics...writeGraphicsSave (); 4 5 //Rotate current graphics state on 45...

    docs.aspose.com/page/zh/java/ps/working-with-tr...
  8. 在 PostScript 中使用转换 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 .NET 中使用该功能... Copy 1 ////////// Rotation ////////// 2 //Save the graphics...WriteGraphicsSave (); 4 5 //Rotate current graphics state on 45...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  9. Simplify the creation of transformation matrix ...

    Aspose.3D for Python via .NET API offers the TransformBuilder class which simplifies the creation of the transformation matrix by the chain operations.... translate ( 1 , 0 , 0 ) # Rotate alone with the Y axis with...(x, y, z) into (-x, y, -z) . rotate_euler_degree ( 0 , 180 , 0...

    docs.aspose.com/3d/python-net/simplify-the-crea...
  10. Change PDF Page Size Programmatically|Aspose.PD...

    Change Page Size from your PDF file using C++ library....()); // Rotate page at 90 degree angle page -> set_Rotate ( Rotation...PDF Pages programmatically Rotate PDF Pages Using C++...

    docs.aspose.com/pdf/cpp/change-page-size/