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

rotate

(0.16 sec)
  1. 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...
  2. arkiv

    arkiv... C# SVG Image Rotation – API-installation Hur man...programmatiskt i C# C# SVG Image Rotation – API-installation # Aspose...

    blog.aspose.com/sv/svg/rotate-svg-image-csharp/
  3. Comment faire pivoter du texte dans un PDF à l'...

    Ce guide pratique explique comment faire pivoter du texte dans un PDF à l'aide de C#. Il contient des informations sur la configuration de l'IDE, la liste des tâches et un exemple de code exécutable pour faire pivoter le texte dans Adobe à l'aide de C#....pratique explique le processus de rotation du texte dans PDF à l’aide...ainsi qu’à définir l’angle de rotation. Étapes pour faire pivoter...

    kb.aspose.com/fr/pdf/net/how-to-rotate-text-in-...
  4. Архивы

    Архивы...страницу page->set_Rotate(Aspose::Pdf::Rotation::on180); } // Сохраните...pdfDocument->Save(u"OutputDirectory\\Rotated_out.pdf", SaveFormat::Pdf);...

    blog.aspose.com/ru/pdf/rotate-pdf-pages-text-or...
  5. أرشيف

    أرشيف...الصفحة page->set_Rotate(Aspose::Pdf::Rotation::on180); } // احفظ...pdfDocument->Save(u"OutputDirectory\\Rotated_out.pdf", SaveFormat::Pdf);...

    blog.aspose.com/ar/pdf/rotate-pdf-pages-text-or...
  6. Marker Symbolizer|Documentation

    GIS C# Library or API supports Simple Marker symbolizer that draws a predefined shape with customizable fill and outline on geometries of any type like Point, Line, Surface.... Rotation Specifies the rotation of the symbol about... Positive values indicate rotation in the clockwise direction...

    docs.aspose.com/gis/net/marker-symbolizer/
  7. تدوير النص داخل PDF باستخدام Python|Aspose.PDF ...

    تعرف على طرق مختلفة لتدوير النص في PDF. يتيح لك Aspose.PDF تدوير النص إلى أي زاوية، تدوير جزء من النص أو فقرة كاملة.... Rotation = 45 ; // إنشاء جزء نصي مدوّر...textFragment3 . TextState . Rotation = 90 ; // إنشاء كائن TextBuilder...

    docs.aspose.com/pdf/ar/python-net/rotate-text-i...
  8. ארכיון

    ארכיון...rotate = ap.Rotation.ON90 # שמור קובץ PDF...PDF מסובב doc.save("rotated.pdf") דגימת הקוד שלמעלה מסובבת את כל...

    blog.aspose.com/he/pdf/rotate-pdf-in-python/
  9. تعديل الصفحات الفردية لملف PDF|Aspose.PDF for .NET

    يشرح هذا القسم كيفية تعديل الصفحات الفردية لملف PDF باستخدام فئة PdfPageEditor....تضمين خصائص مثل PageSize و Rotation و Zoom و DisplayDuration....Ledger و P11x17. تُستخدم خاصية Rotation لتعيين تدوير الصفحة الفردية...

    docs.aspose.com/pdf/ar/net/editing-a-pdf-s-indi...
  10. 在PDF中旋转文本使用C++|Aspose.PDF for C++

    了解将文本旋转到PDF的不同方法。Aspose.PDF允许您将文本旋转到任意角度,旋转文本片段或整个段落。...使用旋转属性在PDF中旋转文本 通过使用 TextFragment 类的Rotation属性,您可以在各种角度旋转文本。文本旋转可以用于文档...MakeObject < TextFragment > ( "rotated text" ); textFragment2 -> set_Position...

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