Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 7,459 for

rotation

(0.45 sec)
  1. Архів

    Архів...string theString = "45 Degree Rotated Text"; // Створіть та ініціалізуйте.../ 2, sz.Height / 2); matrix.Rotate(-45.0f); // Встановіть трансформацію...

    blog.aspose.com/uk/imaging/add-watermark-to-ima...
  2. Архів

    Архів... Додайте фільтр rotate(). Після цього додайте зображення...preprocessingfilters.PreprocessingFilter.rotate(5.8)) # Додайте зображення...

    blog.aspose.com/uk/ocr/skew-correction-in-python/
  3. Arşiv

    Arşiv... Rotate() filtresini ekleyin. Bundan...preprocessingfilters.PreprocessingFilter.rotate(5.8)) # Tanıma grubuna resim...

    blog.aspose.com/tr/ocr/skew-correction-in-python/
  4. آرشیوها

    آرشیوها...save("rotated-image.bmp"); در زیر تصویر ورودی...// ذخیره تصویر image.save("rotated-image.bmp"); در زیر تصویر حاصل...

    blog.aspose.com/fa/imaging/flip-images-in-java/
  5. Ajouter des tampons d'image dans un PDF par pro...

    Ajoutez le tampon d'image dans votre document PDF en utilisant la classe ImageStamp avec la bibliothèque Aspose.PDF pour C++....); imageStamp -> set_Rotate ( Rotation :: on270 ); imageStamp...

    docs.aspose.com/pdf/fr/cpp/image-stamps-in-pdf-...
  6. PDFにウォーターマークを追加する(C++版)|Documentation

    Aspose.Cellsを使用してレンダリング中にPDFファイルにテキストと画像のウォーターマークを追加する方法を学びます(C++版)。...TextAlignmentType :: Center ); // Specify rotation. watermark . SetRotation (...SetOffsetY ( 200 ); // Specify rotation watermark . SetRotation (...

    docs.aspose.com/cells/ja/cpp/add-watermark-to-pdf/
  7. TextPath.RotateLetters | Aspose.Words for .NET

    Discover the TextPath RotateLetters property to enhance your designs by controlling text Rotation for a dynamic visual effect. Elevate your creativity!...the letters of the text are rotated. public bool RotateLetters..."RotateLetters" property to "true" to rotate each character 90 degrees counterclockwise...

    reference.aspose.com/words/net/aspose.words.dra...
  8. أرشيف

    أرشيف...Print the file with adjusted rotation viewer.setPrintPageDialog(false);...Print the file with adjusted rotation viewer.setPrintPageDialog(false);...

    blog.aspose.com/ar/pdf/print-pdf-files-programm...
  9. Pythonを使用してPDFに透かしを追加する|Aspose.PDF for Python v...

    この記事では、Pythonを使用してプログラムでPDFのアーティファクトを操作し、透かしを取得する機能について説明します。... rotation – アーティファクトの回転を取得します(度単位、正の値は反時計回りの回転を示します)。...VerticalAlignment . CENTER artifact . rotation = 45 artifact . opacity =...

    docs.aspose.com/pdf/ja/python-net/add-watermarks/
  10. 在C++中使用Artifacts|Aspose.PDF for C++

    本页描述了如何使用Aspose.PDF for C++处理Artifact类。代码片段展示了如何向PDF页面添加背景图像以及如何获取PDF文件第一页的每个水印。...Rotation – 获取工件的旋转(以度为单位,正值表示逆时针旋转)。...Center ); artifact -> set_Rotation ( 45 ); artifact -> set_Opacity...

    docs.aspose.com/pdf/zh/cpp/artifacts/