Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 7,526 for

rotate

(0.12 sec)
  1. 아카이브

    아카이브...Rotation 속성을 사용하여 회전 각도를 설정합니다. 새 TextBuilder...textFragment2 = new TextFragment("rotated text"); textFragment2.Position...

    blog.aspose.com/ko/pdf/rotate-text-inside-pdf-d...
  2. Concatenar cuaterniones y aplicar en entidades ...

    Aspose.3D for .NET permite a los desarrolladores combinar dos transformaciones de rotación en una representada en un cuaternión.... q1 and q2 rotate alone x-axis with same angle...)); cylinder . Transform . Rotation = q1 ; cylinder . Transform...

    docs.aspose.com/3d/es/net/concatenate-quaternio...
  3. تدوير صفحات PDF باستخدام C#|Aspose.PDF for .NET

    يصف هذا الموضوع كيفية تدوير اتجاه الصفحة في ملف PDF موجود برمجياً باستخدام C#....زاوية الدوران باستخدام طريقة Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/ar/net/rotate-pages/
  4. Archiv

    Archiv...rotate = ap.Rotation.ON90 # Uložit otočený...otočený soubor PDF doc.save("rotated.pdf") Výše uvedená ukázka kódu...

    blog.aspose.com/cs/pdf/rotate-pdf-in-python/
  5. TextOrientation Enum | Aspose.Words for .NET

    Discover Aspose.Words.TextOrientation enum to easily control text alignment in table cells and text frames, enhancing document presentation and readability.... 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/net/aspose.words/tex...
  6. Cách xoay PDF bằng Python

    Hướng dẫn ngắn này hướng dẫn cách xoay PDF bằng Python. Nó chứa các bước chi tiết để viết ứng dụng và mã mẫu có thể chạy được để xoay các trang PDF bằng Python....chiều rộng để thay đổi hướng Rotate nội dung trang nếu cần Lưu...bạn có thể đặt giá trị Page.rotate bằng một trong các giá trị...

    kb.aspose.com/vi/pdf/python/how-to-rotate-pdf-u...
  7. Editando páginas individuais de um PDF|Aspose.P...

    Esta seção explica como editar páginas individuais de um PDF usando a classe PdfPageEditor....propriedades como PageSize, Rotation, Zoom e DisplayDuration. A...Ledger e P11x17. A propriedade Rotation é usada para definir a rotação...

    docs.aspose.com/pdf/pt/net/editing-a-pdf-s-indi...
  8. 搜索

    搜索... 使用 Page->setRotate(Rotation value) 方法旋轉每個頁面。 使用 Docum...// 旋轉頁面 page->set_Rotate(Aspose::Pdf::Rotation::on180); } // 保存...

    blog.aspose.com/zh-hant/pdf/rotate-pdf-pages-te...
  9. Come ruotare il testo della cella con C++|Docum...

    Codice C++ per ruotare il testo della cella con API Aspose.Cells for C++... PutValue ( u "a1 rotate text" ); Style a1Style = a1.... GetStyle (); // Set the rotation angle in degrees a1Style ...

    docs.aspose.com/cells/it/cpp/how-to-rotate-text...
  10. Archiv in ASP.NET-Webanwendung in C# hochladen ...

    Bietet ein Beispiel für die Verwendung der C#-Zip-Bibliothek zur Archivdekomprimierung und Bildverarbeitung für ASP.NET-Webanwendungen...."required" /> 3 < br /> 4 < span >Rotation angle: </ span >< input type...Copy 1 using (MemoryStream rotated = new MemoryStream()) 2 { 3...

    docs.aspose.com/zip/de/net/upload-archive-asp-net/