Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 7,532 for

rotate

(0.35 sec)
  1. How to Add Watermark | Aspose.PDF

    Do you know how easily Add Watermark to PDF in Java? Add Watermark to PDF with high quality using Java Aspose.PDF library....properties, such as alignment, rotation, opacity, and background,...Additionally, you can manage rotation angles, layers, transparency...

    products.aspose.com/pdf/tutorial/add-watermark/
  2. Javaで画像を回転する

    この簡潔なトピックでは、Javaで画像を回転させる方法を示します。Javaでのビットマップ回転操作をユーザーが定義した角度で示し、回転によって露出される領域の背景色を設定する方法も説明します。...パフォーマンスを最適化するためにメモリに読み込んだ画像をキャッシュします rotateメソッドで画像の回転を行い、背景色を設定します 回転した画像をエクスポートします...Javaでビットマップを回転する ために、サンプルではrotateメソッドを使用して画像に特定の回転を適用します。画像の...

    kb.aspose.com/ja/imaging/java/rotate-image-in-j...
  3. ChartDataLabelCollection class | Aspose.Words f...

    aspose.words.drawing.charts.ChartDataLabelCollection class. Represents a collection of [ChartDataLabel](../chartdatalabel/)... rotation Gets or sets the rotation of the data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Code Comparison for Common Features with VSTO|D...

    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....Cells Rotating Cell Text in VSTO and Aspose...

    docs.aspose.com/cells/net/code-comparison-for-c...
  5. ShapeBase.screen_tip property | Aspose.Words fo...

    ShapeBase.screen_tip property. Defines the text displayed when the mouse pointer moves over the shape....rotation property ShapeBase.shadow_format...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ארכיון

    ארכיון...מים the_string = "45 Degree Rotated Text" graphics = Graphics(image)...2) # הגדר זווית סיבוב matrix.rotate(-45.0) graphics.transform =...

    blog.aspose.com/he/imaging/add-watermark-to-ima...
  7. Добавить иерархию узлов и поделиться геометриче...

    Aspose.3D for .NET предлагает построить иерархию узлов. Узел является основным строительным блоком сцены. Иерархия узлов определяет логическую структуру сцены и обеспечивает видимый контент путем присоединения к узлам геометрии, источников света и камер....Vector3 ( 10 , 0 , 0 ); // The rotated top node will affect all child...child nodes top . Transform . Rotation = Quaternion . FromEulerAngle...

    docs.aspose.com/3d/ru/net/add-node-hierarchy-an...
  8. Agregar jerarquía de nodos y compartir datos ge...

    Aspose.3D for .NET ofrece construir una jerarquía de nodos. El nodo es un bloque de construcción básico de una escena. Una jerarquía de nodos define la estructura lógica de una escena y proporciona contenido visible al unir geometrías, luces y cámaras a los nodos....Vector3 ( 10 , 0 , 0 ); // The rotated top node will affect all child...child nodes top . Transform . Rotation = Quaternion . FromEulerAngle...

    docs.aspose.com/3d/es/net/add-node-hierarchy-an...
  9. Change PDF Page Size Programmatically|Aspose.PD...

    Alterar o tamanho da página do seu arquivo PDF usando a biblioteca C++....90 graus page -> set_Rotate ( Rotation :: on90 ); // Obter informações...

    docs.aspose.com/pdf/pt/cpp/change-page-size/
  10. PDF에 워터마크 추가하기 C++ 사용|Aspose.PDF for C++

    이 문서에서는 C++를 사용하여 프로그래밍적으로 PDF에서 아티팩트를 작업하고 워터마크를 얻는 기능을 설명합니다....Rotation – 아티팩트의 회전(도 단위, 양수 값은 반시계...Center ); artifact -> set_Rotation ( 45 ); artifact -> set_Opacity...

    docs.aspose.com/pdf/ko/cpp/add-watermarks/