Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 2,833 for

rotate page

(0.17 sec)
  1. Dodaj nagłówek do pliku PDF za pomocą C++ | Asp...

    Przykładowy kod C++ do korzystania z Aspose.PDF do pracy z nagłówkami z PDF przez C++....100 ); textStamp -> set_Rotate ( Rotation :: on90 ); textStamp ->...get_Green ()); document -> get_Pages () -> idx_get ( 1 ) -> AddStamp...

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

    在 .NET Framework、.NET Core 上使用 PDF 文件中的戳记的 C# 源代码。...YIndent = 100 , Rotate = Aspose . Pdf . Rotation . on90 }; textStamp...Color . Aqua ; pdfDocument . Pages [ 1 ]. AddStamp ( textStamp...

    products.aspose.com/pdf/zh-hans/net/stamps/
  3. DXF Drawings|CAD 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....CadRasterizationOpti class and set the page_height & page_width properties. Create...Polyline Radial Dimension Ray Rotated Dimension Table Text Xline...

    docs.aspose.com/cad/python-net/dxf-drawings/
  4. Watermark PDF API | Aspose.PDF

    Add or remove watermark from PDF documents with free cross-platform Apps and High Code APIs for any platform....Page.Artifacts collection class....VerticalAlignment . Center ; artifact . Rotation = 15 ; artifact . Opacity...

    products.aspose.com/pdf/watermark/
  5. Як обертати SVG у C#

    Ця стаття допоможе дізнатися, як обертати SVG у C#. Він містить деталі конфігурації IDE, список кроків разом із зразком коду для обертання SVG у C#....Page Product Family Aspose.PSD Product...програми, і приклад коду для SVG rotate in C# . Ви навчитеся створювати...

    kb.aspose.com/uk/svg/net/how-to-rotate-an-svg-i...
  6. Переверните текст в Word с помощью Java

    Переверните текст в Word с помощью Java. Получите информацию для настройки IDE, список шагов и пример кода для изменения направления текста в Word с помощью Java....Page Product Family Aspose.PSD Product...ГОРИЗОНТАЛЬНОЕ_ROTATED_FAR_EAST, VERTICAL_FAR_EAST и VERTICAL_ROTATED_FAR_EAST...

    kb.aspose.com/ru/words/java/flip-the-text-in-wo...
  7. Python을 사용하여 Word에서 텍스트 회전

    Python을 사용하여 Word에서 텍스트를 회전합니다. IDE 설정에 대한 세부 정보, 단계 목록, Python을 사용하여 Word에서 텍스트를 뒤집는 샘플 코드를 알아보세요....Page Product Family Aspose.PSD Product...TextOrientation 열거자를 사용하여 Section.page_setup.text_orientation 속성을 설정합니다...

    kb.aspose.com/ko/words/python/rotate-text-in-wo...
  8. LaTeX graphics | \includegraphics command

    The inclusion of graphics in TeX is a matter worth mentioning. When talking about it, the first thing that comes to mind is the `\includegraphics` command....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/tex/net/latex-graphics/
  9. Transformaciones SVG – conceptos básicos, ejemp...

    Aprenda a rotar, escalar, mover y sesgar gráficos SVG usando el atributo de transformación SVG y considere ejemplos de código para transformaciones SVG....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/svg/es/net/drawing-basics/svg-t...
  10. 使用 Java 旋转 PDF | Aspose.PDF

    关于如何在任何平台上旋转 PDF 文档的 Java 源代码。...pdf" ); for ( Page page : pdfDocument . getPages ())...()) { // Rectangle r = page.getMediaBox(); // double newHeight...

    products.aspose.com/pdf/zh-hant/java/rotate/