Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 7,460 for

rotation

(0.1 sec)
  1. Protéger et déprotéger des classeurs en VSTO et...

    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....déprotéger des feuilles de calcul Rotation du texte de la cellule dans...

    docs.aspose.com/cells/fr/net/protecting-and-unp...
  2. เพิ่ม รับ หรือลบลายน้ำใน PDF โดยใช้ C# | Aspose...

    เพิ่ม รับ หรือลบลายน้ำออกจากไฟล์ PDF แบบโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET... Rotation = 45 ; artifact . Opacity...

    products.aspose.com/pdf/th/net/watermark/
  3. Aggiungi, ottieni o rimuovi filigrana in PDF us...

    Aggiungi, ottieni o rimuovi la filigrana dal file PDF a livello di codice con il codice di esempio C# usando Aspose.PDF per .NET... Rotation = 45 ; artifact . Opacity...

    products.aspose.com/pdf/it/net/watermark/
  4. เพิ่มแสตมป์รูปภาพลงใน PDF โดยใช้ Java | Aspose.PDF

    เพิ่มแสตมป์รูปภาพลงในไฟล์ PDF โดยเป็นโปรแกรมด้วยรหัสตัวอย่าง Java โดยใช้ Aspose.PDF สำหรับ Java... setRotate ( Rotation . on270 ); imageStamp . setOpacity...

    products.aspose.com/pdf/th/java/stamps/image/
  5. افزودن، دریافت یا حذف علامت واترمارک در PDF با ...

    افزودن، دریافت یا حذف واترمارک از فایل PDF به صورت برنامه نویسی با استفاده از کد نمونه C# با استفاده از Aspose.PDF برای .NET... Rotation = 45 ; artifact . Opacity...

    products.aspose.com/pdf/fa/net/watermark/
  6. Edit PSD File in Java

    Follow this tutorial to edit PSD file in Java. It discusses the IDE setup, the steps, and a runnable sample code to create a PSD photo editor using Java....you can enhance the code to rotate the PSD image, combining different...

    kb.aspose.com/psd/java/edit-psd-file-in-java/
  7. ShapeBase.Right | Aspose.Words per .NET

    Scopri la proprietà ShapeBase Right per accedere facilmente alla posizione del bordo destro del blocco contenitore della tua forma, per un controllo preciso del layout....Rotation Italiano English Русский 简体中文...

    reference.aspose.com/words/it/net/aspose.words....
  8. ChartDataLabelCollection.Position | Aspose.Word...

    Upptäck egenskapen ChartDataLabelCollection Position för att enkelt anpassa dina dataetikettpositioner för förbättrad datavisualisering och tydlighet....Rotation Svenska English Русский 简体中文...

    reference.aspose.com/words/sv/net/aspose.words....
  9. Matriz de transformación – ejemplos de código SVG

    Aprenda a utilizar una matriz de transformación para rotar, escalar, traducir y sesgar gráficos SVG y considere ejemplos de código para transformaciones SVG....transformaciones SVG como translation , rotation , scaling y skewing . Las...f) . Matriz de rotación – Rotation Matrix Si te gusta practicar...

    docs.aspose.com/svg/es/net/drawing-basics/trans...
  10. SVG 转换 – SVG Transformations – C# 示例

    了解如何在 C# 中旋转 SVG、缩放 SVG 以及平移 SVG。考虑 SVG 转换的代码示例。...换 SVG 对象:translate, scale, rotate, skewX, skewY 和 matrix。使用 ...旋转的 C# 示例。考虑在 transform 属性中使用 rotate() 函数以及变换矩阵 matrix(a,b,c,d,e...

    docs.aspose.com/svg/zh/net/svg-transformations/