Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 7,462 for

rotate

(0.18 sec)
  1. اضافه کردن تمبر متن به PDF با استفاده از C++ | ...

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

    products.aspose.com/pdf/fa/cpp/stamps/text/
  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/text/
  3. 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...
  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.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...
  6. 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...
  7. 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...
  8. Трансформации SVG – Код SVG – Руководство Aspos...

    Научитесь применять преобразования SVG – перенос, масштабирование, поворот и наклон с Aspose.SVG. Включает понятные примеры кода и рекомендации....transform : translate, scale, rotate, skewX, skewY и matrix . Трансляция...f) . Вращение SVG – Rotation Функция rotate(angle, cx, cy) поворачивает...

    docs.aspose.com/svg/ru/net/drawing-basics/svg-t...
  9. Ajouter filigrane à PDF avec Golang via C++|Doc...

    Apprenez comment ajouter des filigranes de texte et d image aux fichiers PDF lors du rendu en utilisant Aspose.Cells avec Golang via C++....l’alignement, le décalage, la rotation, l’opacité, le premier plan/arrière-plan...l’alignement, le décalage, la rotation, l’opacité, le premier plan/arrière-plan...

    docs.aspose.com/cells/fr/go-cpp/add-watermark-t...
  10. Python を使用して PDF を回転する方法

    この短いチュートリアルでは、Python を使用して PDF を回転する方法について説明します。アプリケーションを作成するための詳細な手順と、Python を使用して PDF ページを回転させるための実行可能なサンプル コードが含まれています。... Rotate 必要に応じてページのコンテンツも 向きを変更し、コンテンツを回転させて、出力...回転させたい場合は、Page.rotate 値に aspose.pdf.Rotation 列挙子の値の 1 つを設定できます。...

    kb.aspose.com/ja/pdf/python/how-to-rotate-pdf-u...