Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 7,460 for

rotate

(3.54 sec)
  1. 搜索

    搜索...rotate = ap.Rotation.ON90 # 保存旋轉後的 PDF 文件...文件 doc.save("rotated.pdf") 上面的代碼示例旋轉 PDF 文件中的所有頁面。但是,您可以將其修改為...

    blog.aspose.com/zh-hant/pdf/rotate-pdf-in-python/
  2. Rotera Image-dokument online eller med .NET | p...

    Rotera Image-dokument via onlineappen gratis..NET API C#-kod för att rotera Image-filer....NET Rotate Rotera Image-dokument online...Image-fil med Image.Load Call Rotate-metod med relevanta egenskaper...

    products.aspose.com/total/sv/net/rotate/image/
  3. 記録

    記録... Aspose PDF Rotator は、無料で快速かつ安全なソリューションを提供します。...オンラインでPDFを回転させる手順 # Aspose Rotate PDF アプリを訪れてください。 ファイルをドロップするかアップロードしてください。...

    blog.aspose.com/ja/pdf/rotate-pdf-document-online/
  4. C#を使用してPDFページを回転させる|Aspose.PDF for .NET

    このトピックでは、既存のPDFファイルのページの向きをC#でプログラム的に回転させる方法について説明します。...また、Rotate()メソッドを使用して回転角度を設定することでページの向きを変更することもできます。...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/ja/net/rotate-pages/
  5. Cara Memutar Gambar di C#

    Tutorial singkat ini menjelaskan cara memutar gambar dalam C#. Untuk memutar gambar secara terprogram, pengaturan lingkungan C# dan kode sampel juga dibagikan dengan deskripsi terperinci.... Saat menggunakan C# rotate bitmap , operasi akan didemonstrasikan...menggunakan fungsi RasterImage.Rotate Balikkan gambar pada Y-Axis...

    kb.aspose.com/id/imaging/net/how-to-rotate-imag...
  6. セルのテキストの回転方法|Documentation

    C++を使用したAspose.Cells for JavaScriptでセルのテキスト回転をプログラムで行う方法を学びます。...> </ head > < body > < h1 > Rotate Text in Cells Example </ h1...column ); a1 . putValue ( "a1 rotate text" ); let a1Style = a1 ...

    docs.aspose.com/cells/ja/javascript-cpp/how-to-...
  7. Archiv

    Archiv...save("rotated-image.bmp"); Das Folgende sind...stellt die API die Methode Image.rotate(float angle) bereit, die den...

    blog.aspose.com/de/imaging/rotate-images-in-java/
  8. Product Features|Documentation

    Product Features of Aspose.BarCode for JavaScript via C++: Barcode Generation, Recognition, Customization of Barcode Appearance-Related Parameters...appearance parameters Image rotation capabilities Encoding and...background color, bar color, rotation angle, X-dimension, image...

    docs.aspose.com/barcode/javascript-cpp/product-...
  9. התעדכונים של Aspose.PSD עבור .NET 20.10|Documen...

    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.... // We can scale, rotate, skew, distort, perspective...example demonstrates how to rotate and flip the Adobe® Photoshop®...

    docs.aspose.com/psd/he/net/aspose-psd-for-net-2...
  10. Rotar Páginas de PDF Usando Python|Aspose.PDF p...

    Este tema describe cómo rotar la orientación de la página en un archivo PDF existente programáticamente con Python....rotación usando el método ‘rotate’. import aspose.pdf as ap doc...de la página page . rotate = ap . Rotation . ON90 # Guardar archivo...

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