Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 6,828 for

rotate

(0.18 sec)
  1. 在 PDF 中添加图像印章使用 JavaScript 通过 C++|Aspose.PDF fo...

    使用 JavaScript 工具包中的 AsposePdfAddStamp 函数将图像印章添加到您的 PDF 文档中。... Rotation . on270 , 0.5 , "ResultStamp...setWidth_ = 40 ; const rotation_ = 'Module.Rotation.on270' ; const setOpacity...

    docs.aspose.com/pdf/zh/javascript-cpp/stamping/
  2. Add Watermarks to Presentations in Python|Aspos...

    Learn how to manage text and image watermarks in PowerPoint and OpenDocument presentations in Python to indicate a draft, confidential information, copyright, and more....such as center alignment, rotation, front position, etc. We will...watermark_shape ) Set Watermark Rotation Here is a code example of...

    docs.aspose.com/slides/python-net/watermark/
  3. Product Overview|Aspose.Imaging for Java

    Java image processing library supports most common raster file formats and offers a wide range of compression algorithms, image export and image conversion....transformations such as scaling, rotation and flipping. A demanding...transformations such as scaling, rotation and flipping. A demanding...

    docs.aspose.com/imaging/java/product-overview/
  4. 使用 C++ 向 PDF 添加图像图章 | Aspose.PDF

    簡單的演示原始程式碼,可在任何平臺上使用C++語言將圖像圖章添加到PDF。...); imageStamp -> set_Rotate ( Rotation :: on270 ); imageStamp...

    products.aspose.com/pdf/zh-hant/cpp/stamps/image/
  5. Convert EPS to PDF using C#

    Follow this article to convert EPS to PDF using C#. It has the IDE settings, a list of steps, and a sample code to develop an EPS file to PDF converter with various customizations....such as resizing, cropping, rotating and adding some graphics or...customize it by resizing, rotating, cropping, and drawing text...

    kb.aspose.com/imaging/net/convert-eps-to-pdf-us...
  6. Girar texto en Word usando Python

    Rotar texto en Word usando Python. Obtenga detalles para configurar el IDE, una lista de pasos y un código de muestra para voltear el texto en Word usando Python....orientación del texto en VERTICAL_ROTated_FAR_EAST, VERTICAL_FAR_EAST...VERTICAL_FAR_EAST, HORIZONTAL_ROTated_FAR_EAST, ARRIBA, ABAJO y HORIZONTAL. Este...

    kb.aspose.com/es/words/python/rotate-text-in-wo...
  7. Hogyan forgatjuk el a képet C#-ban

    Ez a rövid oktatóanyag leírja, hogyan kell elforgatni a képet C#-ban. A kép programozott elforgatásához a C#-környezet beállításai és a mintakód is meg van osztva részletes leírással....Rotate funkcióval Fordítsa meg a képet...mutattak be, amely a RasterImage.Rotate funkciót használja a kép bizonyos...

    kb.aspose.com/hu/imaging/net/how-to-rotate-imag...
  8. Drehen des Zellentextes in VSTO und Aspose.Cell...

    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....); //Specify the angle of rotation of the text. _range . Orientation...(); // Specify the angle of rotation of the text. objstyle . RotationAngle...

    docs.aspose.com/cells/de/net/rotating-cell-text...
  9. Hur man roterar en SVG i C#

    Den här artikeln hjälper dig att rotera en SVG i C#. Den har IDE-konfigurationsdetaljer, en lista med steg tillsammans med exempelkoden för SVG-rotation i C#....av SVG-källfilen och sedan rotation av linjeelementet i den. Steg...målformen som ska roteras. Metoden rotate() används som tar den vinkel...

    kb.aspose.com/sv/svg/net/how-to-rotate-an-svg-i...
  10. 使用 PHP 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java 使用 PHP 示例代码,以编程方式旋转 PDF 文档...$page -> setRotate (( new Rotation ()) -> On90 ); } // Save output...(); $responseData = "Page rotated successfully." ; Copy code...

    products.aspose.com/pdf/zh-hans/php-java/rotate/