Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 7,703 for

rotate

(1.14 sec)
  1. 使用 C# 向 PDF 添加水印|Aspose.PDF for .NET

    本文解释了使用 C# 程序化处理文档和获取 PDF 中水印的功能。...Rotation :获取工件的旋转(以度为单位,正值表示逆时针旋转)。...VerticalAlignment . Center ; artifact . Rotation = 45 ; artifact . Opacity...

    docs.aspose.com/pdf/zh/net/add-watermarks/
  2. 使用C++为PDF添加水印|Aspose.PDF for C++

    本文解释了使用C++编程在PDF中处理工件和获取水印的功能。...Rotation – 获取工件的旋转角度(以度为单位,正值表示逆时针旋转)。...Center ); artifact -> set_Rotation ( 45 ); artifact -> set_Opacity...

    docs.aspose.com/pdf/zh/cpp/add-watermarks/
  3. C#을 사용하여 PDF를 회전하는 방법

    이 문서에서는 C#을 사용하여 PDF를 회전하는 방법을 안내합니다. 여기에는 개발 환경 설정, 수행할 단계 목록 및 C#을 사용하여 PDF 페이지를 회전하는 실행 가능한 샘플 코드가 있습니다....변경하려면 이 샘플 코드에서 Rotation.on270으로 설정된 페이지의 Rotate 속성을 사용합니다. 이 기사는...

    kb.aspose.com/ko/pdf/net/how-to-rotate-pdf-usin...
  4. Fill class | Aspose.Words for Python

    aspose.words.drawing.Fill class. Represents fill formatting for an object... rotate_with_object Gets or sets whether...whether the fill rotates with the specified object. texture_alignment...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartDataLabel class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataLabel class. Represents data label on a chart point or trendline... rotation Gets or sets the rotation of the label...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartDataLabel class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataLabel class. Represents data label on a chart point or trendline... rotation Gets or sets the rotation of the label...

    reference.aspose.com/words/python-net/aspose.wo...
  7. چرخش PDF با استفاده از Java | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه Java با استفاده از Aspose.PDF برای Java چرخانید...Setting Rotation angle of page page . setRotate ( Rotation . on90...

    products.aspose.com/pdf/fa/java/rotate/
  8. أضف التسلسل الهرمي للعقدة وشارك البيانات الهندس...

    Aspose.3D for .NET عروض لإنشاء تسلسل هرمي للعقدة. العقدة هي كتلة البناء الأساسية للمشهد. يحدد التسلسل الهرمي للعقد الهيكل المنطقي للمشهد ، ويوفر محتوى مرئيًا عن طريق إرفاق أشكال التعديل ، والأضواء ، والكاميرات بالعقد....Vector3 ( 10 , 0 , 0 ); // The rotated top node will affect all child...child nodes top . Transform . Rotation = Quaternion . FromEulerAngle...

    docs.aspose.com/3d/ar/net/add-node-hierarchy-an...
  9. Düğüm hiyerarşisini ekleyin ve 3D sahnesinin bi...

    Aspose.3D for Python via .NET bir düğüm hiyerarşisi oluşturmayı teklif eder. Düğüm, bir sahnenin temel yapı bloğudur. Düğümlerin bir hiyerarşi, bir sahnenin mantıksal yapısını tanımlar ve geometrileri, ışıkları ve kameraları düğümlere bağlayarak görünür içerik sağlar....Vector3 ( 10 , 0 , 0 ) # The rotated top node will affect all child...child nodes top . transform . rotation = Quaternion . from_euler_angle...

    docs.aspose.com/3d/tr/python-net/add-node-hiera...
  10. Изменение размера страницы PDF программным спос...

    Измените размер страницы в вашем PDF файле с помощью библиотеки C++....градусов page -> set_Rotate ( Rotation :: on90 ); // Получить...

    docs.aspose.com/pdf/ru/cpp/change-page-size/