Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 6,818 for

rotate

(0.07 sec)
  1. Ajouter un filigrane à un PDF en utilisant Pyth...

    Cet article explique les fonctionnalités de travail avec les artefacts et l'obtention de filigranes dans les PDFs en utilisant Python de manière programmatique.... rotation – Obtient la rotation d’un artefact (en...valeur positive indique une rotation dans le sens antihoraire)...

    docs.aspose.com/pdf/fr/python-net/add-watermarks/
  2. 更改刻度标签方向|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....枚举提供以下成员 HORIZONTAL VERTICAL ROTATE_90 ROTATE_270 STACKED 以下图像比较了源文件和输出文件...源文件图像 输出文件图像 以下代码片段将刻度标签方向从 ROTATE_90 更改为 HORIZONTAL 示例代码 可以从以下链接下载源文件和输出文件。...

    docs.aspose.com/cells/zh/java/change-tick-label...
  3. Comment faire pivoter une image en C#

    Ce bref tutoriel décrit comment faire pivoter une image en C#. Pour faire pivoter l'image par programmation, les paramètres d'environnement C# et un exemple de code sont également partagés avec une description détaillée....Lors de l’utilisation de C# rotate bitmap , l’opération sera démontrée...surface exposée en raison de la rotation de l’image. Vous apprendrez...

    kb.aspose.com/fr/imaging/net/how-to-rotate-imag...
  4. Cargar archivo en la aplicación web ASP.NET en ...

    Proporciona un ejemplo de cómo utilizar la biblioteca zip de C# para la descompresión de archivos y el procesamiento de imágenes para aplicaciones web ASP.NET...."required" /> 3 < br /> 4 < span >Rotation angle: </ span >< input type...Copy 1 using (MemoryStream rotated = new MemoryStream()) 2 { 3...

    docs.aspose.com/zip/es/net/upload-archive-asp-net/
  5. Архів

    Архів...rotate = ap.Rotation.ON90 # Зберегти повернутий...повернутий файл PDF doc.save("rotated.pdf") Наведений вище приклад...

    blog.aspose.com/uk/pdf/rotate-pdf-in-python/
  6. Rotera TIFF-dokument online eller med .NET | pr...

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

    products.aspose.com/total/sv/net/rotate/tiff/
  7. Rotera GIF-dokument online eller med .NET | pro...

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

    products.aspose.com/total/sv/net/rotate/gif/
  8. Mengedit halaman individu PDF|Aspose.PDF for .NET

    Bagian ini menjelaskan cara mengedit halaman individu PDF menggunakan kelas PdfPageEditor....properti seperti PageSize, Rotation, Zoom, dan DisplayDuration...Ledger, dan P11x17. Properti Rotation digunakan untuk mengatur rotasi...

    docs.aspose.com/pdf/id/net/editing-a-pdf-s-indi...
  9. Rust 를 사용하여 PDF 회전 | Aspose.PDF

    Rust via C++ 용 Aspose.PDF 를 사용하여 Rust 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 회전시킵니다....asposepdf :: { Document , Rotation }; fn main () -> Result <...) ? ; // Rotate page pdf . page_rotate ( 1 , Rotation :: On180...

    products.aspose.com/pdf/ko/rust-cpp/rotate/
  10. 如何使用 Python 旋转 PDF

    这个简短的教程指导如何使用 Python 旋转 PDF。它包含编写应用程序的详细步骤和使用 Python 旋转 PDF 页面的可运行示例代码。...解析 PDF 文件的每一页并交换高度和宽度以更改方向 Rotate 页面内容如有需要 将输出的 PDF 文件以修改后的方向和旋转后的内容保存在磁盘上...使用 aspose.pdf.Rotation 枚举器中的值之一设置 Page.rotate 值。 使用 Python 旋转...

    kb.aspose.com/zh/pdf/python/how-to-rotate-pdf-u...