Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 6,575 for

rotate

(0.08 sec)
  1. แสตมป์ข้อความ รูปภาพ หรือหน้าในรูปแบบ PDF โดยใช...

    รหัสที่มาของงูหลามที่จะทำงานร่วมกับแสตมป์ในไฟล์ PDF บน NET Framework, .NET หลัก...100 # Rotate stamp textStamp . rotate = apdf . Rotation . ON90...

    products.aspose.com/pdf/th/python-net/stamps/
  2. متن، تصویر یا تمبر صفحه در PDF با استفاده از Py...

    کد منبع پایتون برای کار با تمبر در فایل PDF در چارچوب دات نت, دات نت هسته....100 # Rotate stamp textStamp . rotate = apdf . Rotation . ON90...

    products.aspose.com/pdf/fa/python-net/stamps/
  3. Dodaj stempel tekstowy do pliku PDF za pomocą C...

    Prosty kod źródłowy demo do dodawania stempla tekstowego do pliku PDF na dowolnej platformie z językiem C++....); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/pl/cpp/stamps/text/
  4. Insert Shape in Word using C#

    This article guides on how to insert shape in Word using C#. It has the IDE settings, steps, and a sample code to insert digital art using shapes in MS Word using C#....an inline shape and set the rotation angle Insert a free-floating...free-floating shape with rotation angle Create the OoxmlSaveOptions class...

    kb.aspose.com/words/net/insert-shape-in-word-us...
  5. 記録

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

    blog.aspose.com/ja/pdf/rotate-pdf-in-python/
  6. 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...
  7. أرشيف

    أرشيف...rotate = ap.Rotation.ON90 # احفظ ملف PDF...PDF الذي تم تدويره doc.save("rotated.pdf") يقوم نموذج الكود أعلاه...

    blog.aspose.com/ar/pdf/rotate-pdf-in-python/
  8. Aspose::Words::TextOrientation enum | Aspose.Wo...

    Aspose::Words::TextOrientation enum. Specifies orientation of text on a page, in a table cell or a text frame in C++.... Downward 1 Text is rotated 90 degrees to the right to...(tb-rl). Upward 3 Text is rotated 90 degrees to the left to appear...

    reference.aspose.com/words/cpp/aspose.words/tex...
  9. Dodaj stempel tekstowy do pliku PDF za pomocą P...

    Kod źródłowy Python, aby dodać znaczek tekstowy do pliku PDF na .NET Framework, .NET Core....100 # Rotate stamp textStamp . rotate = apdf . Rotation . ON90...

    products.aspose.com/pdf/pl/python-net/stamps/text/
  10. 使用 Python 旋转 PDF 页面|Aspose.PDF for Python via .NET

    本主题描述如何使用 Python 编程旋转现有 PDF 文件中的页面方向。...您还可以通过使用“rotate”方法设置旋转角度来更改页面方向。 import aspose...) # 设置页面旋转角度 page . rotate = ap . Rotation . ON90 # 保存输出文件 doc...

    docs.aspose.com/pdf/zh/python-net/rotate-pages/