Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 7,546 for

rotate

(0.18 sec)
  1. Manipulate Page Properties|Aspose.PDF for .NET

    This section explains how to manipulate Page Properties with Aspose.PDF Facades using PdfPageEditor Class....different page box sizes, page rotation, page zoom etc. In order to...Console . WriteLine ( $"Page 1 Rotation: {pageEditor.GetPageRotation(1)}"...

    docs.aspose.com/pdf/net/manipulate-page-propert...
  2. Memutar Teks di Dalam PDF menggunakan C++|Aspos...

    Pelajari berbagai cara untuk memutar teks ke PDF. Aspose.PDF memungkinkan Anda memutar teks ke sudut mana pun, memutar fragmen teks atau seluruh paragraf....-> get_TextState () -> set_Rotation ( 45 ); // Buat fragmen teks...-> get_TextState () -> set_Rotation ( 90 ); // buat objek TextBuilder...

    docs.aspose.com/pdf/id/cpp/rotate-text-inside-pdf/
  3. Ruota il testo con la forma all interno del fog...

    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....rotate_text_with_shape . Il valore...proprietà ShapeTextAlignment.rotate_text_with_shape su false e...

    docs.aspose.com/cells/it/python-net/rotate-text...
  4. C# 를 사용하여 PDF에 이미지 스탬프 추가 | Aspose.PDF

    .NET 용 Aspose.PDF 를 사용하여 C# 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 파일에 이미지 스탬프를 추가합니다....Width = 300 , Rotate = Aspose . Pdf . Rotation . on270 , Opacity...

    products.aspose.com/pdf/ko/net/stamps/image/
  5. เพิ่มแสตมป์รูปภาพลงใน PDF โดยใช้ C++ | Aspose.PDF

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

    products.aspose.com/pdf/th/cpp/stamps/image/
  6. Add Watermark to PDF using C++ | Aspose.PDF

    Add watermark to PDF file programmatically with C++ sample code using Aspose.PDF for C++...Set artifact position and rotation artifact -> set_ArtifactHorizontalAl...Center ); artifact -> set_Rotation ( 15 ); artifact -> set_Opacity...

    products.aspose.com/pdf/cpp/watermark/add/
  7. Dodaj stempel tekstowy do pliku PDF za pomocą C...

    Dodaj stempel tekstowy do pliku PDF programowo za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET....YIndent = 100 , Rotate = Aspose . Pdf . Rotation . on90 }; textStamp...

    products.aspose.com/pdf/pl/net/stamps/text/
  8. Dodaj znak wodny do pliku PDF za pomocą C++ | A...

    Dodaj znak wodny do pliku PDF programowo z przykładowym kodem C++ używając Aspose.PDF dla C++...Set artifact position and rotation artifact -> set_ArtifactHorizontalAl...Center ); artifact -> set_Rotation ( 15 ); artifact -> set_Opacity...

    products.aspose.com/pdf/pl/cpp/watermark/add/
  9. 使用 C# 向 PDF 添加图像图章 | Aspose.PDF

    使用 Aspose.PDF for .NET,使用 C# 示例代码,以编程方式向 PDF 文件添加图像图章。...Width = 300 , Rotate = Aspose . Pdf . Rotation . on270 , Opacity...

    products.aspose.com/pdf/zh-hant/net/stamps/image/
  10. 搜索

    搜索...save("rotated-image.bmp"); 以下是我們在旋轉後得到的輸入圖像(左)和結果圖像(右)。...270 度以外的角度。為此,API 提供了 Image.rotate(float angle) 方法,該方法接受旋轉角度作為參數。以下代碼示例顯示瞭如何在...

    blog.aspose.com/zh-hant/imaging/rotate-images-i...