Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 7,501 for

rotate

(0.64 sec)
  1. Change PDF Page Size in Python|Aspose.PDF for P...

    Learn how to read and change PDF page dimensions in Python....Page Size Before and After Rotation Retrieve the dimensions of...applying a 90° rotation. This demonstrates how rotation affects width...

    docs.aspose.com/pdf/python-net/change-page-size/
  2. PDF Stamping in C++: Text, Image, and Page Opti...

    Add stamps: text, image or page - to PDF programmatically with C++ sample code using Aspose.PDF for C++....); // Rotate stamp textStamp -> set_Rotate ( Rotation :: on90...

    products.aspose.com/pdf/cpp/stamps/
  3. Document.RenderToSize | Aspose.Words for .NET

    Discover the RenderToSize method to efficiently convert document pages into Graphics objects at your desired dimensions. Enhance your rendering process today!...5f ); // Rotate the rendered page by 10 degrees...TranslateTransform ( 0.5f , 0.5f ); // Rotate the output by 10 degrees. gr...

    reference.aspose.com/words/net/aspose.words/doc...
  4. ShapeBase.distanceLeft property | Aspose.Words ...

    ShapeBase.distanceLeft property. Returns or sets the distance (in points) between the document text and the left edge of the shape....center of the page, and then rotate the shape 60 degrees clockwise...shape . left = 150 ; shape . rotation = 60 ; // Add text that will...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceBottom method. Returns or sets the distance (in points) between the document text and the bottom edge of the shape in C++....center of the page, and then rotate the shape 60 degrees clockwise...set_Left ( 150 ); shape -> set_Rotation ( 60 ); // Add text that will...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::ShapeBase::get_Distance...

    Aspose::Words::Drawing::ShapeBase::get_DistanceLeft method. Returns or sets the distance (in points) between the document text and the left edge of the shape in C++....center of the page, and then rotate the shape 60 degrees clockwise...set_Left ( 150 ); shape -> set_Rotation ( 60 ); // Add text that will...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose.SVG Product Family

    Find answers about SVG file format rendering, parsing, and converting in code without using any other software....Background Color in C# How to Rotate an SVG in C# How to Change...

    kb.aspose.com/svg/page/2/
  8. Aspose.SVG Product Family

    Find answers about SVG file format rendering, parsing, and converting in code without using any other software....Convert PNG to SVG in Python Rotate SVG in Python Convert Text...

    kb.aspose.com/svg/
  9. Add Text Stamp to PDF using Java | Aspose.PDF

    Add text stamp to PDF file programmatically with Java sample code using Aspose.PDF for Java....100 ); // Rotate stamp textStamp . setRotate ( Rotation . on90 );...

    products.aspose.com/pdf/java/stamps/text/
  10. Get Page Properties in Python|Aspose.PDF for Java

    Learn how to access the properties of specific pages within a PDF document in Python using Aspose.PDF for detailed control.... getNumber () print "Rotate :-" + pdf_page . getRotate...

    docs.aspose.com/pdf/java/get-page-properties-in...