Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 5,479 for

rotation

(0.06 sec)
  1. Print PDF to PDF with C#

    Follow this article to print PDF to PDF with C#. It has the IDE settings, a list of steps, and a sample code to print to PDF virtual printer with C#....to rotate the PDF, refer to the article on how to rotate PDF...

    kb.aspose.com/pdf/net/print-pdf-to-pdf-with-csh...
  2. How to Transform PNG to SVG using C#

    Find Answers by API Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family Aspose.Cells Pr......of rotating an SVG, refer to the article on how to rotate an...

    kb.aspose.com/svg/net/how-to-transform-png-to-s...
  3. How to Merge Photos in C#

    This topic covers how to merge photos in C#. It encompasses the environment configuration, the step-by-step process, and a runnable code snippet to develop a photo joiner in C#....to rotate an image then read the article on how to rotate an...

    kb.aspose.com/imaging/net/how-to-merge-photos-i...
  4. Поворот страниц PDF программным способом|Aspose...

    Изменение ориентации страницы и подгонка содержимого страницы под новую ориентацию страницы с использованием Java....угол поворота с помощью метода Rotate(). package com.aspose.pdf.examples...страницы page . setRotate ( Rotation . on90 ); } _dataDir = _dataDir...

    docs.aspose.com/pdf/ru/java/rotate-pages/
  5. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceBottom method. Returns or sets the distance (in points) between the document text and the bottom edge of the shape in C++....center of the page, and then rotate the shape 60 degrees clockwise...set_Left ( 150 ); shape -> set_Rotation ( 60 ); // Add text that will...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceLeft method. Returns or sets the distance (in points) between the document text and the left edge of the shape in C++....center of the page, and then rotate the shape 60 degrees clockwise...set_Left ( 150 ); shape -> set_Rotation ( 60 ); // Add text that will...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. تدوير صفحات PDF باستخدام C++|Aspose.PDF لـ C++

    يصف هذا الموضوع كيفية تدوير اتجاه الصفحة في ملف PDF موجود برمجياً باستخدام C++....زاوية الدوران باستخدام طريقة Rotate(). void ChangePageOrientatio...دوران الصفحة page -> set_Rotate ( Rotation :: on90 ); } // حفظ الملف...

    docs.aspose.com/pdf/ar/cpp/rotate-pages/
  8. Περιστροφή κειμένου στο Word χρησιμοποιώντας Py...

    Περιστρέψτε κείμενο στο Word χρησιμοποιώντας Python. Λάβετε λεπτομέρειες για να ορίσετε το IDE, μια λίστα βημάτων και ένα δείγμα κώδικα για να αναστρέψετε το κείμενο στο Word χρησιμοποιώντας Python....προσανατολισμό κειμένου σε VERTICAL_ROTATED_FAR_EAST, VERTICAL_FAR_EAST...VERTICAL_FAR_EAST, HORIZONTAL_ROTATED_FAR_EAST, ΠΑΝΩ, ΚΑΤΩ και ΟΡΙΖΟΝΤΙΑ. Αυτό...

    kb.aspose.com/el/words/python/rotate-text-in-wo...
  9. C++ 를 사용하여 PDF에 헤더 추가 | Aspose.PDF

    Aspose.PDF 를 사용하여 C++를 통해 PDF의 헤더 작업을 수행하기 위한 샘플 C++ 코드입니다....100 ); textStamp -> set_Rotate ( Rotation :: on90 ); textStamp ->...

    products.aspose.com/pdf/ko/cpp/header/
  10. PDF 페이지 회전 프로그래밍|Aspose.PDF for Java

    페이지 방향 변경 및 페이지 내용을 새로운 페이지 방향에 맞추기 위한 Java 사용법.... Rotate() 메서드를 사용하여 회전 각도를 설정하여 페이지...회전 각도 설정 page . setRotate ( Rotation . on90 ); } _dataDir = _dataDir...

    docs.aspose.com/pdf/ko/java/rotate-pages/