Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 7,447 for

rotation

(0.24 sec)
  1. 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...
  2. 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/
  3. 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...
  4. 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...
  5. تدوير صفحات 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/
  6. 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...
  7. Layer Manipulation in Aspose.PSD for Java|Docum...

    Examples of how to manipulate Layers of PSD File in Java...the resize method, rotate others with rotate, and adjust contrast...proves invaluable for resizing, rotating, applying filters, and more...

    docs.aspose.com/psd/java/psd-layer-manipulation/
  8. 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/
  9. Lưu trữ

    Lưu trữ...trang page->set_Rotate(Aspose::Pdf::Rotation::on180); } // Lưu...pdfDocument->Save(u"OutputDirectory\\Rotated_out.pdf", SaveFormat::Pdf);...

    blog.aspose.com/vi/pdf/rotate-pdf-pages-text-or...
  10. تدوير النص داخل PDF باستخدام C++|Aspose.PDF لـ C++

    تعرف على طرق مختلفة لتدوير النص إلى PDF. يتيح لك Aspose.PDF تدوير النص بأي زاوية، تدوير جزء من النص أو فقرة كاملة....خاصية الدوران باستخدام خاصية Rotation لفئة TextFragment ، يمكنك..."TimesNewRoman" )); // Create rotated text fragment auto textFragment2...

    docs.aspose.com/pdf/ar/cpp/rotate-text-inside-pdf/