Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 5,480 for

rotate

(0.06 sec)
  1. Shadow Effects in PSD File|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.... Rendering of Rotated Text Layers Stroke Effect With...

    docs.aspose.com/psd/net/shadow-effects-in-psd-f...
  2. Робота з перетвореннями у файлі PS | Python

    Як перетворити вміст у файлі PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати функції в Python...) 68 69 70 ########## Rotation ########## 71 # Save graphics...write_graphics_save () 73 74 # Rotate the current graphics state...

    docs.aspose.com/page/uk/python-net/ps/working-w...
  3. Trabajar con transformaciones en archivos PS | ...

    Cómo transformar un contenido en un archivo PS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en Python....) 68 69 70 ########## Rotation ########## 71 # Save graphics...write_graphics_save () 73 74 # Rotate the current graphics state...

    docs.aspose.com/page/es/python-net/ps/working-w...
  4. วิธีหมุน PDF โดยใช้ C#

    บทความนี้แนะนำวิธีหมุน PDF โดยใช้ C# มีการตั้งค่าสภาพแวดล้อมการพัฒนา รายการขั้นตอนที่ต้องดำเนินการ และโค้ดตัวอย่างที่รันได้เพื่อหมุนหน้า PDF โดยใช้ C#...ให้ใช้คุณสมบัติ Rotate ของหน้าที่ตั้งค่าเป็น Rotation.on270 ในโค้ดตัวอย่างนี้...

    kb.aspose.com/th/pdf/net/how-to-rotate-pdf-usin...
  5. Hoe afbeelding te roteren in C#

    Deze korte tutorial beschrijft hoe je een afbeelding kunt roteren in C#. Om de afbeelding programmatisch te roteren, worden C#-omgevingsinstellingen en voorbeeldcode ook gedeeld met een gedetailleerde beschrijving....Rotate Draai de afbeelding op de Y-as...gedemonstreerd die de RasterImage.Rotate-functie gebruikt om de afbeelding...

    kb.aspose.com/nl/imaging/net/how-to-rotate-imag...
  6. Otočte dokumenty PDF online nebo pomocí C++ | p...

    Otočte dokument PDF prostřednictvím online aplikace zdarma.C++ API kód pro otáčení souborů PDF....Total C++ Rotate Otočte dokumenty PDF online...stránku Použijte metodu set_Rotate zadáním úhlu natočení jako...

    products.aspose.com/total/cs/cpp/rotate/pdf/
  7. 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...
  8. 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...
  9. 使用 C++ 向 PDF 添加标题 | Aspose.PDF

    示例C++使用 Aspose.PDF通過C++處理 PDF 中的頁眉的代碼。...100 ); textStamp -> set_Rotate ( Rotation :: on90 ); textStamp ->...

    products.aspose.com/pdf/zh-hant/cpp/header/
  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/