Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 7,546 for

rotate

(0.16 sec)
  1. Working with Pages|Aspose.PDF for .NET

    This section explains how to work with Aspose.PDF Facades using PdfPageEditor Class....various manipulation with pages: Rotating Page in PDF Document Applying...

    docs.aspose.com/pdf/net/pdfpageeditor-class/
  2. Apply Masking|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....Saving PSD Files Rendering of Rotated Text Layers...

    docs.aspose.com/psd/java/apply-masking/
  3. Erstellen von 3D-Präsentationen in Python|Aspos...

    Erstellen Sie interaktive 3D-Präsentationen in Python mit Aspose.Slides mühelos. Exportieren Sie schnell in PowerPoint- und OpenDocument-Formate für vielseitige Nutzung....der Kamera können Sie die Rotation des Lichts relativ zur 3D-Form...three_d_format . camera . set_rotation ( 20 , 30 , 40 ) shape . three_d_format...

    docs.aspose.com/slides/de/python-net/3d-present...
  4. Système de coordonnées|Aspose.PDF for .NET

    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....vous permet d’effectuer des rotations, des translations et des mises...transformation (mise à l’échelle, rotation). Espace de formulaire Les...

    docs.aspose.com/pdf/fr/net/coordinate-system/
  5. Archiwa

    Archiwa...Save("image-rotated.bmp"); } Poniżej znajduje się...Zapisać obraz image.Save("image-rotated-flipped.bmp"); } Poniżej znajduje...

    blog.aspose.com/pl/imaging/rotate-images-in-csh...
  6. Архів

    Архів...Save("image-rotated.bmp"); } Нижче наведено повернуте...зображення image.Save("image-rotated-flipped.bmp"); } Нижче наведено...

    blog.aspose.com/uk/imaging/rotate-images-in-csh...
  7. Archiv

    Archiv...Nastavte úhel otočení v metodě Rotate . Uložte otočený výstupní soubor..."sample.psd"; String destName = "Rotate-PSD_out.jpg"; // Načíst vstupní...

    blog.aspose.com/cs/psd/crop-rotate-psd-csharp/
  8. Memutar Halaman PDF Menggunakan C++|Aspose.PDF ...

    Topik ini menjelaskan cara memutar orientasi halaman dalam file PDF yang sudah ada secara terprogram dengan C++....sudut rotasi menggunakan metode Rotate(). void ChangePageOrientatio...rotasi halaman page -> set_Rotate ( Rotation :: on90 ); } // Menyimpan...

    docs.aspose.com/pdf/id/cpp/rotate-pages/
  9. Add Watermarks to Presentations in C++|Aspose.S...

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in C++ to indicate a draft, confidential information, copyright, and more....such as center alignment, rotation, front position, etc. We will...watermarkShape ); Set Watermark Rotation Here is a code example of...

    docs.aspose.com/slides/cpp/watermark/
  10. PDFページサイズをプログラムで変更する|Aspose.PDF for PHP via Java

    PHPを使用してPDFファイルのページサイズを変更します。...(); // ページを 90 度回転 $rotation = new Rotation (); $page -> setRotate...setRotate ( $rotation -> getOn90 ()); // ページの高さと幅の情報を取得 $responseData...

    docs.aspose.com/pdf/ja/php-java/change-page-size/