Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 5,483 for

rotation

(0.09 sec)
  1. JavaScript를 통한 C++로 PDF에 이미지 스탬프 추가|Aspose.PDF ...

    JavaScript 툴킷을 사용하여 AsposePdfAddStamp 함수를 통해 PDF 문서에 이미지 스탬프를 추가합니다.... Rotation . on270 , 0.5 , "ResultStamp...setWidth_ = 40 ; const rotation_ = 'Module.Rotation.on270' ; const setOpacity...

    docs.aspose.com/pdf/ko/javascript-cpp/stamping/
  2. 使用 C++ 旋转 PDF | Aspose.PDF

    本页介绍如何使用 Aspose.PDF for C++ 库旋转 PDF 文件的功能。...Setting Rotation angle of page page -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/zh-hant/cpp/rotate/
  3. C# を使用して PDF を回転する方法

    この記事では、C# を使用して PDF を回転する方法について説明します。開発環境の設定、実行する手順のリスト、および C# を使用して PDF ページを回転させるための実行可能なサンプル コードが含まれています。...CropBox を更新された四角形に設定します ページの Rotation プロパティを設定してコンテンツも回転させます ページとコンテンツの向きを変更して、結果の...、このサンプル コードで Rotation.on270 に設定されているページの Rotate プロパティを使用します。...

    kb.aspose.com/ja/pdf/net/how-to-rotate-pdf-usin...
  4. Добавление текстовых штампов в PDF с помощью Py...

    Добавьте текстовый штамп в PDF документ с использованием класса TextStamp из библиотеки Aspose.PDF для Python.... rotate = ap . Rotation . ON90 # Установить...BlendingColorSpace . DEVICE_RGB stamp . rotation = 45.0 stamp . is_background...

    docs.aspose.com/pdf/ru/python-net/text-stamps-i...
  5. Arbeiten mit Transformationen in PS-Datei | Java

    Wie man einen Inhalt in eine PS-Datei umwandelt, ist eine Frage, die von der Aspose.Page beantwortet wird. Erfahr wie die Funktionalität in Java nutzen....hinzu: Translation, Skalierung, Rotation, Scherung oder eine beliebige...oberen Ebene: Copy 1 ////////// Rotation ////////// 2 //Save graphics...

    docs.aspose.com/page/de/java/ps/working-with-tr...
  6. Create Style object using CellsFactory class|Do...

    Aspose.Cells is a Python library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells for Python via .NET library so that users can customize the appearance of the cells as needed.... How to Rotate Text of Cell...

    docs.aspose.com/cells/python-net/create-style-o...
  7. Drehen des Zellentextes in VSTO und Aspose.Cell...

    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....); //Specify the angle of rotation of the text. _range . Orientation...(); // Specify the angle of rotation of the text. objstyle . RotationAngle...

    docs.aspose.com/cells/de/net/rotating-cell-text...
  8. Hogyan forgatjuk el a képet C#-ban

    Ez a rövid oktatóanyag leírja, hogyan kell elforgatni a képet C#-ban. A kép programozott elforgatásához a C#-környezet beállításai és a mintakód is meg van osztva részletes leírással....Rotate funkcióval Fordítsa meg a képet...mutattak be, amely a RasterImage.Rotate funkciót használja a kép bizonyos...

    kb.aspose.com/hu/imaging/net/how-to-rotate-imag...
  9. 使用 C++ 向 PDF 添加标题 | Aspose.PDF

    示例C++使用 Aspose.PDF通過C++處理 PDF 中的頁眉的代碼。...100 ); textStamp -> set_Rotate ( Rotation :: on90 ); textStamp ->...

    products.aspose.com/pdf/zh-hant/cpp/header/
  10. 使用 PHP 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java 使用 PHP 示例代码,以编程方式旋转 PDF 文档...$page -> setRotate (( new Rotation ()) -> On90 ); } // Save output...(); $responseData = "Page rotated successfully." ; Copy code...

    products.aspose.com/pdf/zh-hans/php-java/rotate/