Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 7,630 for

rotate

(0.16 sec)
  1. C++ 를 사용하는 PDF의 텍스트, 이미지 또는 페이지 스탬프 | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 프로그래밍 방식으로 C++ 샘플 코드를 사용하여 스탬프 (텍스트, 이미지 또는 페이지) 를 PDF에 추가합니다....); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/ko/cpp/stamps/
  2. Bild in Java drehen

    Dieses kurze Thema zeigt, wie man ein Bild in Java dreht. Die Bitmap-Drehoperation in Java wird für einen benutzerdefinierten Winkel demonstriert, einschließlich der Möglichkeit, die Hintergrundfarbe für die Bereiche festzulegen, die durch die Drehung freigelegt werden....die Hintergrundfarbe mit der rotate-Methode Exportieren Sie das... das mehrere Methoden für Rotation und Spiegelung bietet. Zuerst...

    kb.aspose.com/de/imaging/java/rotate-image-in-j...
  3. Как да завъртите PDF с помощта на C#

    Тази статия ръководи как да завъртите PDF с помощта на C#. Той има настройки на средата за разработка, списък със стъпки, които трябва да бъдат извършени, и примерен код за завъртане на PDF страници с помощта на C#....правоъгълник Задайте свойството Rotation на страницата, за да завъртите...свойството Rotate на страницата, което е зададено на Rotation.on270...

    kb.aspose.com/bg/pdf/net/how-to-rotate-pdf-usin...
  4. Como girar a imagem em C#

    Este breve tutorial descreve como girar a imagem em C#. Para girar a imagem programaticamente, as configurações do ambiente C# e o código de exemplo também são compartilhados com uma descrição detalhada....Rotate Vire a imagem no eixo Y usando...para girar a imagem em C# Para rotate bitmap C# código é demonstrado...

    kb.aspose.com/pt/imaging/net/how-to-rotate-imag...
  5. Chercher

    chercher...Définissez l’angle de rotation dans la méthode Rotate . Enregistrez le..."sample.psd"; String destName = "Rotate-PSD_out.jpg"; // Charger le...

    blog.aspose.com/fr/psd/crop-rotate-psd-csharp/
  6. Manage Connectors in Presentations in .NET|Aspo...

    Empower .NET apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....have to take the connector’s rotation and its reflection into account...account. Note that the rotation angle for all connectors shown...

    docs.aspose.com/slides/net/connector/
  7. PDF内のテキストを回転|Aspose.PDF for Java

    PDFにテキストを回転させるさまざまな方法を学びます。Aspose.PDFを使用すると、テキストを任意の角度に回転させたり、テキストフラグメントや段落全体を回転させることができます。...textFragment2 = new TextFragment ( "rotated text" ); textFragment2 . setPosition...textFragment3 = new TextFragment ( "rotated text" ); textFragment3 . setPosition...

    docs.aspose.com/pdf/ja/java/rotate-text-inside-...
  8. Aspose::Words::Drawing::Charts::AxisTickLabels ...

    Aspose::Words::Drawing::Charts::AxisTickLabels class. Represents properties of axis tick mark labels in C++.... get_Rotation () Gets or sets the rotation of the tick...abels::get_Position . set_Rotation (int32_t) Setter for Aspo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. PageConfig|Documentation

    PageConfig element allows you to break large forms into several pages that are recognized as a single document....placement of the rectangular rotation marker that is used to detect...positioning of elements on the page. Rotation marker placement The RotationPointPositio...

    docs.aspose.com/omr/net/programmatic-forms/page...
  10. Поворот страниц PDF программным способом|Aspose...

    Изменение ориентации страницы и подгонка содержимого страницы под новую ориентацию страницы с использованием Java....угол поворота с помощью метода Rotate(). package com.aspose.pdf.examples...страницы page . setRotate ( Rotation . on90 ); } _dataDir = _dataDir...

    docs.aspose.com/pdf/ru/java/rotate-pages/