Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 7,466 for

rotation

(0.1 sec)
  1. 中心点を中心にしたスタンプの回転|Aspose.PDF for .NET

    このセクションでは、Stampクラスを使用してスタンプを中心点の周りで回転させる方法を説明します。... Stamp クラスは、Rotationという名前のプロパティを提供します。このプロパティは...mp型のオブジェクトである場合、回転値はstamp.Rotation = 90として指定できます。この場合、スタンプはス...

    docs.aspose.com/pdf/ja/net/rotating-stamp-about...
  2. התעדכונים של Aspose.PSD עבור .NET 20.10|Documen...

    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.... // We can scale, rotate, skew, distort, perspective...example demonstrates how to rotate and flip the Adobe® Photoshop®...

    docs.aspose.com/psd/he/net/aspose-psd-for-net-2...
  3. C++でセルの文字列を回転させる方法|Documentation

    Aspose.Cells for C++ APIを使用したC++コードでセルの文字列を回転させる例... PutValue ( u "a1 rotate text" ); Style a1Style = a1.... GetStyle (); // Set the rotation angle in degrees a1Style ...

    docs.aspose.com/cells/ja/cpp/how-to-rotate-text...
  4. Symboliseur de marqueur|Documentation

    La bibliothèque ou l'API GIS C# prend en charge le symboliseur de marqueur simple qui dessine une forme prédéfinie avec un remplissage et un contour personnalisables sur des géométries de n'importe quel type, comme Point, Ligne, Surface.... Rotation Spécifie la rotation du symbole autour...valeurs positives indiquent une rotation dans le sens des aiguilles...

    docs.aspose.com/gis/fr/net/marker-symbolizer/
  5. 使用Python通过C++旋转PDF页面|Aspose.PDF for Python via C++

    本主题描述如何通过Python使用C++以编程方式旋转现有PDF文件中的页面方向。...page_set_rotate’ 将页面顺时针旋转 90 度 使用 ‘document...join ( dataDir , "results" , "rotated_document.pdf" ) # 通过加载输入文件创建文档对象...

    docs.aspose.com/pdf/zh/python-cpp/rotate-pages/
  6. چرخش PDF با استفاده از C# | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای .NET چرخانید... Combine ( dataDir , "Rotate.pdf" ); var outputFile = Path...Path . Combine ( dataDir , "Rotate_out.pdf" ); var document =...

    products.aspose.com/pdf/fa/net/rotate/
  7. 記録

    記録...Rotation プロパティを使用して回転角度を設定します。 新しい...textFragment2 = new TextFragment("rotated text"); textFragment2.Position...

    blog.aspose.com/ja/pdf/rotate-text-inside-pdf-d...
  8. arkiv

    arkiv... Före rotation bör bilden cachelagras för...Ange vinkeln för rotation i metoden rotate . Spara utdatafilen...

    blog.aspose.com/sv/psd/crop-rotate-psd-image-java/
  9. PDF内のテキストをPythonで回転させる|Aspose.PDF for Python vi...

    PDFにテキストを回転させるさまざまな方法を学びます。Aspose.PDFを使用すると、任意の角度にテキストを回転させたり、テキストの断片や全文を回転させたりできます。...textFragment2 = new TextFragment ( "rotated text" ); textFragment2 . Position...textFragment2 . TextState . Rotation = 45 ; // 回転されたテキストフラグメントを作成...

    docs.aspose.com/pdf/ja/python-net/rotate-text-i...
  10. Procurar

    Procurar...rotate = ap.Rotation.ON90 # Salvar arquivo...arquivo PDF girado doc.save("rotated.pdf") O exemplo de código acima...

    blog.aspose.com/pt/pdf/rotate-pdf-in-python/