Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 7,627 for

rotate

(0.19 sec)
  1. วิธีหมุน PDF โดยใช้ C#

    บทความนี้แนะนำวิธีหมุน PDF โดยใช้ C# มีการตั้งค่าสภาพแวดล้อมการพัฒนา รายการขั้นตอนที่ต้องดำเนินการ และโค้ดตัวอย่างที่รันได้เพื่อหมุนหน้า PDF โดยใช้ C#...ให้ใช้คุณสมบัติ Rotate ของหน้าที่ตั้งค่าเป็น Rotation.on270 ในโค้ดตัวอย่างนี้...

    kb.aspose.com/th/pdf/net/how-to-rotate-pdf-usin...
  2. Hoe afbeelding te roteren in C#

    Deze korte tutorial beschrijft hoe je een afbeelding kunt roteren in C#. Om de afbeelding programmatisch te roteren, worden C#-omgevingsinstellingen en voorbeeldcode ook gedeeld met een gedetailleerde beschrijving....Rotate Draai de afbeelding op de Y-as...gedemonstreerd die de RasterImage.Rotate-functie gebruikt om de afbeelding...

    kb.aspose.com/nl/imaging/net/how-to-rotate-imag...
  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. Arbeiten mit Wasserzeichen|CAD Documentation

    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....einer bestimmten Textgröße, Rotation, Stil, Anpassungen usw. erfolgen...

    docs.aspose.com/cad/de/java/working-with-waterm...
  5. Arbeiten mit Wasserzeichen|CAD Documentation

    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....einer bestimmten Textgröße, Rotation, Stil, Anpassungen usw. erfolgen...

    docs.aspose.com/cad/de/java/developer-guide/aut...
  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/