Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 7,230 for

rotate

(0.05 sec)
  1. 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...
  2. 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/
  3. 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...
  4. Barcodes and QR codes|Documentation

    Add barcodes and QR codes to personalize or uniquely identify a form.... RotationAngle int n/a Rotate the element by the specified...(in degrees). Negative angle rotates the element counter-clockwise...

    docs.aspose.com/omr/net/programmatic-forms/elem...
  5. How to Create GIF From Images in C#

    This short tutorial guides on how to create GIF from images in C#. By using C# animated GIF can be easily created by following the steps and sample code shared in this tutorial....like rotating images, refer to the article on how to rotate image...

    kb.aspose.com/imaging/net/how-to-create-gif-fro...
  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. 设置方向并控制隐藏 Visio 保存页面的导出|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....print properties allows to rotate the page. It offers three options...

    docs.aspose.com/diagram/zh/python-java/set-orie...
  10. 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/