Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 7,418 for

rotate

(0.07 sec)
  1. Apply Photoshop Layer Effects in Python

    This guide shows how to apply Photoshop layer effects in Python. Aspose.PSD for Python lets you add various types of effects, such as shadow, blur, and more....PSD Resize, Rotate, & Crop PSD Layers in Python...

    blog.aspose.com/psd/apply-photoshop-layer-effec...
  2. Android via Java Verskille|Aspose.Words

    Aspose.Words vir Android via Java kenmerke en API verskille in vergelyking met gereelde Aspose.Words vir Java weergawe.... rotate ( 45 ); doc . renderToSize...

    docs.aspose.com/words/af/java/aspose-words-for-...
  3. SVG 转换 – SVG Transformations – C# 示例

    了解如何在 C# 中旋转 SVG、缩放 SVG 以及平移 SVG。考虑 SVG 转换的代码示例。...换 SVG 对象:translate, scale, rotate, skewX, skewY 和 matrix。使用 ...旋转的 C# 示例。考虑在 transform 属性中使用 rotate() 函数以及变换矩阵 matrix(a,b,c,d,e...

    docs.aspose.com/svg/zh/net/svg-transformations/
  4. Working with Gradient in PostScript | .NET

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...height, offsetX, offsetY); 34 //Rotate transform to get colors change...to down 35 brushTransform. Rotate (90); 36 //Set transform 37...

    docs.aspose.com/page/net/ps/working-with-gradient/
  5. Working with Gradient in PS file | Python

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...height, offset_x, offset_y) 46 # Rotate transform to get colors change...to down 47 brush_transform. rotate (90.) 48 # Set the transform...

    docs.aspose.com/page/python-net/ps/working-with...
  6. Format Worksheet Cells in a Workbook|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....column, set alignments, wrap and rotate text in cells. Aspose.Cells...

    docs.aspose.com/cells/java/format-worksheet-cel...
  7. How to Split PDF File by Pages in C#

    This basic tutorial describes details about how to split PDF file by pages in C#. You will learn how using C# split PDF pages with the help of simple steps and a runnable sample code....file along with the option to rotate, add some header/footer, add...

    kb.aspose.com/pdf/net/how-to-split-pdf-file-by-...
  8. Features|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....Add/Remove Pictures in Cells X X X Rotate/Resize Pictures in Cells X...

    docs.aspose.com/cells/net/grid-features/
  9. Export LaTeX to Word in C#

    Refer to this article to export LaTeX to Word in C#. It covers the details to set the IDE, a list of steps, and a sample code for converting TEX to Word format using a few API calls only....file, reorder or delete pages, rotate the pages, and set the Watermark...

    kb.aspose.com/tex/net/export-latex-to-word-in-c...
  10. 使用C++旋转PDF页面|Aspose.PDF for C++

    本主题描述了如何使用C++以编程方式旋转现有PDF文件中的页面方向。...您还可以通过使用Rotate()方法设置旋转角度来更改页面方向。 void ChangePageOrientatio...设置页面的旋转角度 page -> set_Rotate ( Rotation :: on90 ); } // 保存输出文件...

    docs.aspose.com/pdf/zh/cpp/rotate-pages/