Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 6,811 for

rotate

(0.07 sec)
  1. TextOrientation enumeration | Aspose.Words for ...

    Aspose.Words.TextOrientation enumeration. Specifies orientation of text on a page, in a table cell or a text frame.... Downward Text is rotated 90 degrees to the right to...bottom (tb-rl). Upward Text is rotated 90 degrees to the left to appear...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Customize Barcode Appearance in Java|Documentation

    How to Customize Barcode Appearance-Related Properties in Aspose.BarCode for Python...such as barcode label size, rotation angle, barcode paddings, and...is provided below. Barcode Rotation In Aspose.BarCode for Python...

    docs.aspose.com/barcode/python-java/customize-b...
  3. ค้นหา

    ค้นหา...save("rotated-image.bmp"); ต่อไปนี้คือภาพอินพุต...API จึงจัดเตรียมเมธอด Image.rotate(float angle) ซึ่งยอมรับมุม...

    blog.aspose.com/th/imaging/rotate-images-in-java/
  4. Customize Barcode Appearance|Documentation

    How to Customize Barcode Appearance-Related Properties in Aspose.BarCode for PHP via Java...such as barcode label size, rotation angle, barcode paddings, and...is provided below. Barcode Rotation In Aspose.BarCode for PHP...

    docs.aspose.com/barcode/phpjava/customize-barco...
  5. Rotacionar Páginas de PDF Usando C#|Aspose.PDF ...

    Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com C#....de rotação usando o método Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/pt/net/rotate-pages/
  6. 目盛りラベル方向の変更|Documentation

    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.... HORIZONTAL VERTICAL ROTATE_90 ROTATE_270 STACKED 次の画像は、ソース...出力ファイル画像 次のコードスニペットは、目盛りラベルの方向を ROTATE_90 から HORIZONTAL に変更します。 サンプルコード...

    docs.aspose.com/cells/ja/java/change-tick-label...
  7. Customize Barcode Appearance in Java|Documentation

    How to Adjust Barcode Appearance-Related Properties in Aspose.BarCode for Java...such as barcode label size, rotation angle, barcode paddings, and...provided below. Set Barcode Rotation Angle In Aspose.BarCode for...

    docs.aspose.com/barcode/java/customize-barcode-...
  8. Ruota il PDF usando C# | Aspose.PDF

    Questa pagina descrive le caratteristiche di come ruotare un file PDF utilizzando Aspose.PDF per la libreria.NET.... Combine ( dataDir , "Rotate.pdf" ); var outputFile = Path...Path . Combine ( dataDir , "Rotate_out.pdf" ); var document =...

    products.aspose.com/pdf/it/net/rotate/
  9. Add watermark to PDF using C#|Aspose.PDF for .NET

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the C#....Rotation : Gets an artifact’s rotation (in degrees...indicates counter-clockwise rotation). Artifact.Opacity : Gets...

    docs.aspose.com/pdf/net/add-watermarks/
  10. Archivo

    Archivo...rotate = ap.Rotation.ON90 # Guardar archivo...archivo PDF girado doc.save("rotated.pdf") El ejemplo de código anterior...

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