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

rotate

(0.1 sec)
  1. إضافة تحويل إلى العقدة|Documentation

    يوفر Aspose.3D لـ Node.js عبر Java API دعمًا لتدوير الكائنات في الفضاء ثلاثي الأبعاد. هناك ثلاث طرق لتحديد دوران الكائن في الفضاء ثلاثي الأبعاد، وهي الزوايا أويلر، والكواترنيون، والمصفوفة المخصصة، ويدعمها جميعًا فئة Transform.... TSR (Translation/Scaling/Rotation) هي الأكثر استخدامًا في السيناريو...(الترجمة) Scaling (القياس) Rotation (الدوران) Shear mapping (رسم...

    docs.aspose.com/3d/ar/nodejs-java/adding-transf...
  2. اضافه کردن تمبر متن به PDF با استفاده از C++ | ...

    تمبر متن را به فایل PDF به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ اضافه کنید....); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/fa/cpp/stamps/text/
  3. 使用 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/text/
  4. Aspose::Words::Drawing::Charts::ChartAxisTitle:...

    Aspose::Words::Drawing::Charts::ChartAxisTitle::get_Orientation method. Gets or sets the orientation of the axis title text in C++....how to set orientation and rotation of chart and axis titles....chart -> get_Title () -> set_Rotation ( 90 ); // Before setting...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::Charts::ChartTitle::get...

    Aspose::Words::Drawing::Charts::ChartTitle::get_Orientation method. Gets or sets the orientation of the chart title text in C++....how to set orientation and rotation of chart and axis titles....chart -> get_Title () -> set_Rotation ( 90 ); // Before setting...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Lưu trữ

    Lưu trữ...rotate = ap.Rotation.ON90 # Lưu tệp PDF đã...đã xoay doc.save("rotated.pdf") Mẫu mã trên xoay tất cả các trang...

    blog.aspose.com/vi/pdf/rotate-pdf-in-python/
  7. Aspose.PSD for Python via .NET 24.8 - リリースノート|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....Rotate P:Aspose.PSD.FileFormats.Psd..."Style" : WarpStyles . RISE , "Rotate" : WarpRotates . HORIZONTAL...

    docs.aspose.com/psd/ja/python-net/aspose-psd-fo...
  8. Comment faire pivoter un PDF avec C#

    Cet article explique comment faire pivoter un PDF à l'aide de C#. Il a des paramètres d'environnement de développement, une liste d'étapes à effectuer et un exemple de code exécutable pour faire pivoter les pages PDF à l'aide de C#....jour Définissez la propriété Rotation de la page pour faire également...propriété Rotation de la page définie sur Rotation.on270 dans...

    kb.aspose.com/fr/pdf/net/how-to-rotate-pdf-usin...
  9. Cannot Make Image Match Page Size (Cover Whole ...

    I am adding image to the page. The image must match the page size. For some PDFs it works for other the image appears approximately 8.4 times smaller than the page. Please see the code below, I also have attached the P…...3 KB) testpng_rotated.png (26.6 KB) Aspose.Pdf.Document...MarginInfo(0, 0, 0, 0); //page.Rotate = Rotation.None; var box = page.CropBox...

    forum.aspose.com/t/cannot-make-image-match-page...
  10. 파이썬을 사용하여 PDF 페이지 회전|Aspose.PDF for Python via ...

    이 주제는 파이썬을 사용하여 기존 PDF 파일에서 페이지 방향을 프로그래밍 방식으로 회전하는 방법을 설명합니다.... ‘rotate’ 메서드를 사용하여 회전 각도를 설정함으로써 페이지...페이지의 회전 각도 설정 page . rotate = ap . Rotation . ON90 # 출력 파일 저장 doc...

    docs.aspose.com/pdf/ko/python-net/rotate-pages/