Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 7,309 for

rotate

(0.58 sec)
  1. Working with Artifacts in C++|Aspose.PDF for C++

    This page describes how to work with Artifact class using Aspose.PDF for C++. Code snippets show how to add a background image to PDF pages and how to get each watermark on the first page of a PDF file....Rotation – Gets an artifact’s rotation (in degrees...indicates counter-clockwise rotation). Artifact.Opacity – Gets...

    docs.aspose.com/pdf/cpp/artifacts/
  2. Aspose::Words::Drawing::Charts::ChartDataLabel ...

    Aspose::Words::Drawing::Charts::ChartDataLabel class. Represents data label on a chart point or trendline. To learn more, visit the documentation article in C++.... get_Rotation () Gets or sets the rotation of the label...Label::get_Position . set_Rotation (int32_t) Setter for Aspo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. เพิ่มแสตมป์รูปภาพลงใน PDF โดยใช้ C# | Aspose.PDF

    เพิ่มแสตมป์รูปภาพลงในไฟล์ PDF โดยเป็นโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET...Width = 300 , Rotate = Aspose . Pdf . Rotation . on270 , Opacity...

    products.aspose.com/pdf/th/net/stamps/image/
  4. Text mit Shape innerhalb des Arbeitsblatts dreh...

    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....rotate_text_with_shape verwenden....dann die ShapeTextAlignment.rotate_text_with_shape Eigenschaft...

    docs.aspose.com/cells/de/python-net/rotate-text...
  5. Dodaj stempel obrazu do pliku PDF za pomocą Pyt...

    Dodaj stempel obrazu do pliku PDF programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla Python for .NET.... rotate = apdf . Rotation . ON270 image_stamp...

    products.aspose.com/pdf/pl/python-net/stamps/im...
  6. Dodaj stempel obrazu do pliku PDF za pomocą C# ...

    Dodaj stempel obrazu do pliku PDF programowo za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET....Width = 300 , Rotate = Aspose . Pdf . Rotation . on270 , Opacity...

    products.aspose.com/pdf/pl/net/stamps/image/
  7. Travailler avec des transformationsdans PS | Java

    Comment transformer un contenu en fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Java...translation, mise à l’échelle, rotation et cisaillement sur un chemin...nécessaire : translation, échelle, rotation, cisaillement ou toute combinaison...

    docs.aspose.com/page/fr/java/ps/working-with-tr...
  8. 記録

    記録...rotate = ap.Rotation.ON90 # 回転したPDFファイルを保存...回転したPDFファイルを保存 doc.save("rotated.pdf") 上記のコード サンプルは、PDF ファイル内のすべてのページを回転...

    blog.aspose.com/ja/pdf/rotate-pdf-in-python/
  9. Cắt, Xoay và Thay Đổi Kích Thước Hình Ảnh|Docum...

    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....thể thực hiện thao tác cụ thể Rotate & Flip trên nó. Xoay một Hình...ảnh. Các bước để thực hiện Rotate & Flip như sau, Tải hình ảnh...

    docs.aspose.com/psd/vi/net/crop-rotate-and-resi...
  10. Faire pivoter les pages PDF par programmation|A...

    Changer l'orientation des pages et ajuster le contenu de la page à la nouvelle orientation de la page en utilisant Java....chaque page et définissez la rotation à 90 degrés. Enregistrez le...$page -> setRotate (( new Rotation ()) -> On90 ); } // Enregistrer...

    docs.aspose.com/pdf/fr/php-java/rotate-pages/