Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 7,636 for

rotation

(0.1 sec)
  1. C++를 사용하여 PDF 페이지 회전|Aspose.PDF for C++

    이 주제는 C++를 사용하여 기존 PDF 파일의 페이지 방향을 프로그래밍 방식으로 회전하는 방법을 설명합니다.... 또한 Rotate() 메서드를 사용하여 회전 각도를 설정하여 페이지...회전 각도 설정 page -> set_Rotate ( Rotation :: on90 ); } // 출력 파일...

    docs.aspose.com/pdf/ko/cpp/rotate-pages/
  2. Przycinanie, obracanie i zmiana rozmiaru obrazó...

    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....NET udostępnia metodę Rotate klasy RasterImage do ułatwienia...RotateFlip, metoda RasterImage .Rotate przyjmuje trzy parametry: Kąt...

    docs.aspose.com/psd/pl/net/przycinanie-obracani...
  3. Quản lý Canvas của tệp PS | .NET

    Giải pháp .NET API để quản lý các tệp PS. Ví dụ mã về cách cắt và chuyển đổi các trạng thái đồ họa của tệp PS với một vài dòng mã C#....bằng các Phương thức Scale() , Rotate() , Shear() và Transform()...Translate( 250 , 0 ); ////////// Rotation ////////// //Save graphics...

    products.aspose.com/page/vi/net/work-with-ps-gr...
  4. Resizing Images in Jython|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....for Raster Images in Jython Rotate and Flip an Image in Jython...

    docs.aspose.com/imaging/java/resizing-images-in...
  5. Public API Changements dans Aspose.3D 1.7.0|Doc...

    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....concaténer deux transformations de rotation en une seule représentée en...//concatenate q1 and q2. q1 and q2 rotate alone x-axis with same angle...

    docs.aspose.com/3d/fr/net/public-api-changes-in...
  6. Créer des présentations 3D sur Android|Document...

    Générez des présentations 3D interactives en Java avec Aspose.Slides pour Android sans effort. Exportez rapidement vers les formats PowerPoint et OpenDocument pour une utilisation polyvalente....appliquant des effets tels que : rotation 3D, profondeur et extrusion...la forme, nous modifions sa rotation pour la faire ressembler à...

    docs.aspose.com/slides/fr/androidjava/3d-presen...
  7. Manipulate Images in Python|Documentation

    Manipulate images using Python Image Processing Library, such as removing backgrounds, converting, merging, and modifying images....Opening and Saving Images Crop, Rotate and Resize Images Image and...

    docs.aspose.com/imaging/python-net/manipulating...
  8. จัดการแคนวาสของไฟล์ PS | .NET

    โซลูชัน .NET API สำหรับจัดการไฟล์ PS ตัวอย่างโค้ดเกี่ยวกับวิธีคลิปและแปลงสถานะกราฟิกของไฟล์ PS ด้วยโค้ด C# เพียงไม่กี่บรรทัด...(Translate), ปรับขนาด (Scale), หมุน (Rotate) หรือเอียง (Shear) สถานะกราฟิกปัจจุบัน...ื่นๆ โดยใช้เมธอด Scale() , Rotate() , Shear() และ Transform()...

    products.aspose.com/page/th/net/work-with-ps-gr...
  9. Agregar números Bates a PDF usando Java

    Consulte este artículo para agregar números Bates a PDF usando Java. Contiene detalles para configurar el IDE, una lista de pasos y un código de ejemplo para agregar una marca Bates a PDF usando Java....vertical de la página usando Rotate y Rotate Angle. Además, se pueden...

    kb.aspose.com/es/pdf/java/add-bates-numbers-to-...
  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-hant/php-java/rotate/