Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 7,286 for

rotate

(0.23 sec)
  1. แสตมป์ข้อความ รูปภาพ หรือหน้าในรูปแบบ PDF โดยใช...

    เพิ่มแสตมป์: ข้อความ รูปภาพ หรือหน้า - เป็น PDF แบบโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/th/cpp/stamps/
  2. 使用 C++ 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式向 PDF 添加图章:文本、图像或页面。...); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/zh-hant/cpp/stamps/
  3. Product Overview|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....color of barcode elements, rotation angle, image quality, X-dimension...height, resolution, color, rotation angle, text label and captions...

    docs.aspose.com/barcode/cpp/product-overview/
  4. 아카이브

    아카이브...save("rotated-image.bmp"); 다음은 회전 후 얻은 입력...API는 회전 각도를 매개변수로 받는 Image.rotate(float angle) 메서드를 제공합니다. 다음...

    blog.aspose.com/ko/imaging/rotate-images-in-java/
  5. Rotar Texto Dentro de PDF usando Python|Aspose....

    Aprenda diferentes maneras de rotar texto en PDF. Aspose.PDF le permite rotar texto a cualquier ángulo, rotar un fragmento de texto o un párrafo completo.... Rotation = 45 ; // Crear fragmento...textFragment3 . TextState . Rotation = 90 ; // crear objeto TextBuilder...

    docs.aspose.com/pdf/es/python-net/rotate-text-i...
  6. Lägg till vattenstämpel i PDF|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....in justering, förskjutning, rotation, opacitet, förgrund/bakgrund...in justering, förskjutning, rotation, opacitet, förgrund/bakgrund...

    docs.aspose.com/cells/sv/net/add-watermark-to-pdf/
  7. Drehen Sie Text in Word mit Python

    Drehen Sie Text in Word mit Python. Erhalten Sie Details zum Festlegen der IDE, eine Liste der Schritte und einen Beispielcode zum Umdrehen des Texts in Word mit Python....Laden Sie die Word-Datei zur Rotation in das Klassenobjekt Document...Textausrichtung auf VERTICAL_ROTATED_FAR_EAST, VERTICAL_FAR_EAST...

    kb.aspose.com/de/words/python/rotate-text-in-wo...
  8. Pythonを使用してPDFページを回転|Aspose.PDF for Python via ...

    このトピックでは、Pythonを使用して既存のPDFファイル内のページの向きをプログラムで回転させる方法について説明します。...また、‘rotate’メソッドを使用して回転角度を設定することでページの向きを変更することもできます。...ページの回転角度を設定 page . rotate = ap . Rotation . ON90 # 出力ファイルを保存...

    docs.aspose.com/pdf/ja/python-net/rotate-pages/
  9. Як обертати PDF за допомогою C#

    У цій статті описано, як обертати PDF за допомогою C#. У ньому є параметри середовища розробки, список кроків, які потрібно виконати, і зразок коду для обертання PDF-сторінок за допомогою C#....прямокутник Встановіть властивість Rotation сторінки, щоб також обертати... скористайтеся властивістю Rotate сторінки, для якої в цьому...

    kb.aspose.com/uk/pdf/net/how-to-rotate-pdf-usin...
  10. Ruota il PDF usando Go | Aspose.PDF

    Ruota i documenti PDF in modo programmatico con codice di esempio Go utilizzando Aspose.PDF per Go via C++...PageRotate(num int32, rotation int32) rotates page err = pdf . PageRotate...pdf . SaveAs ( "sample_page1_Rotate.pdf" ) if err != nil { log...

    products.aspose.com/pdf/it/go-cpp/rotate/